#74090B

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

Shades of Sangria #74090B

Tints of Sangria #74090B

Color information

#74090B (or 0x74090B) is unknown color: approx Sangria. HEX triplet: 74, 09 and 0B. RGB value is (116,9,11). Sum of RGB (Red+Green+Blue) = 116+9+11=136 (18% of max value = 765). Red value is 116 (45.70% from 255 or 85.29% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 116 - color contains mainly: red. Hex color #74090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74090B is #8BF6F4. Grayscale: #292929. Windows color (decimal): -9172725 or 723316. OLE color: 723316.

HSL color Cylindrical-coordinate representation of color #74090B: hue angle of 358.88º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74090B is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB116911-
CMYK00.920.910.55
HSL358.88º85.6%24.51%-
HSV(B)358.88º92.24%45.49%-
XYZ7.363.930.69-
YUV41.22110.95181.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 85.29%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=85.29%
G=6.62%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11691100.920.910.55358.8885.624.51
Hex749B05C5B371675619
Octal164111301341336754712631
Binary111010010011011010111001011011110111101100111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,9,11); }

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

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

 a { background-color: rgb(116,9,11); }

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

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

 span { border-color: rgb(116,9,11); }

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