#90060B

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

Shades of Sangria #90060B

Tints of Sangria #90060B

Color information

#90060B (or 0x90060B) is unknown color: approx Sangria. HEX triplet: 90, 06 and 0B. RGB value is (144,6,11). Sum of RGB (Red+Green+Blue) = 144+6+11=161 (21% of max value = 765). Red value is 144 (56.64% from 255 or 89.44% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 144 - color contains mainly: red. Hex color #90060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90060B is #6FF9F4. Grayscale: #2F2F2F. Windows color (decimal): -7338485 or 722576. OLE color: 722576.

HSL color Cylindrical-coordinate representation of color #90060B: hue angle of 357.83º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90060B is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB144611-
CMYK00.960.920.44
HSL357.83º92%29.41%-
HSV(B)357.83º95.83%56.47%-
XYZ11.636.080.88-
YUV47.83107.22196.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 89.44%
GREEN value IS 6 (2.73% from 255) = 3.73%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=89.44%
G=3.73%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14461100.960.920.44357.839229.41
Hex906B0605C2C1665c1d
Octal22061301401345454613435
Binary100100001101011011000001011100101100101100110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,6,11); }

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

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

 a { background-color: rgb(144,6,11); }

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

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

 span { border-color: rgb(144,6,11); }

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