#74192A

Color #74192A Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #74192A

Tints of Red Berry #74192A

Color information

#74192A (or 0x74192A) is unknown color: approx Red Berry. HEX triplet: 74, 19 and 2A. RGB value is (116,25,42). Sum of RGB (Red+Green+Blue) = 116+25+42=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74192A is #8BE6D5. Grayscale: #363636. Windows color (decimal): -9168598 or 2759028. OLE color: 2759028.

HSL color Cylindrical-coordinate representation of color #74192A: hue angle of 348.79º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74192A is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1162542-
CMYK00.780.640.55
HSL348.79º64.54%27.65%-
HSV(B)348.79º78.45%45.49%-
XYZ7.974.582.65-
YUV54.15121.15172.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 63.39%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=63.39%
G=13.66%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116254200.780.640.55348.7964.5427.65
Hex74192A04E403715d411c
Octal164315201161006753510134
Binary111010011001101010010011101000000110111101011101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74192A; }

 p { color: rgb(116,25,42); }

 H1.HeaderClassName
 {
   color: #74192A;
 }
 .AnyTagClassName
 {
   color: #74192A;
 }
</style>
background-color css

<style>
 a { background-color: #74192A; }

 a { background-color: rgb(116,25,42); }

 div.DivClassName
 {
   background-color: #74192A;
 }
 .BgClassName
 {
   background-color: #74192A;
 }
</style>
border-color css

<style>
 span { border-color: #74192A; }

 span { border-color: rgb(116,25,42); }

 td.TdClassName
 {
   border-color: #74192A;
 }
 .TagClassName
 {
   border-color: #74192A;
 }
</style>