#74112B

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

Shades of Red Berry #74112B

Tints of Red Berry #74112B

Color information

#74112B (or 0x74112B) is unknown color: approx Red Berry. HEX triplet: 74, 11 and 2B. RGB value is (116,17,43). Sum of RGB (Red+Green+Blue) = 116+17+43=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #74112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74112B is #8BEED4. Grayscale: #313131. Windows color (decimal): -9170645 or 2822516. OLE color: 2822516.

HSL color Cylindrical-coordinate representation of color #74112B: hue angle of 344.24º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74112B is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1161743-
CMYK00.850.630.55
HSL344.24º74.44%26.08%-
HSV(B)344.24º85.34%45.49%-
XYZ7.844.292.7-
YUV49.56124.3175.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.91%
GREEN value IS 17 (7.03% from 255) = 9.66%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=65.91%
G=9.66%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116174300.850.630.55344.2474.4426.08
Hex74112B0553F371584a1a
Octal16421530125776753011232
Binary11101001000110101101010101111111110111101011000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74112B; }

 p { color: rgb(116,17,43); }

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

<style>
 a { background-color: #74112B; }

 a { background-color: rgb(116,17,43); }

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

<style>
 span { border-color: #74112B; }

 span { border-color: rgb(116,17,43); }

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