Html Css Color HEX #900612 Sangria

📋 copy color: '#900612'

red 144 ◦ green 6 ◦ blue 18

#900612
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #900612

Tints of Sangria #900612

RGB

 RED value IS 144 (56.64% from 255) = 85.71%

 GREEN value IS 6 (2.73% from 255) = 3.57%

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 85.71%
G = 3.57%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#900612 (or 0x900612) is known color: Sangria. HEX triplet: 90, 06 and 12. RGB value is (144,6,18). Sum of RGB (Red+Green+Blue) = 144+6+18=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #900612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900612 is #6FF9ED. Grayscale: #303030. Windows color (decimal): -7338478 or 1181328. OLE color: 1181328.

HSL color Cylindrical-coordinate representation of color #900612: hue angle of 354.78º 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 #900612 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 18 -
CMYK 0 0.96 0.88 0.44
HSL 354.78º 0.92% 0.29% -
HSV(B) 354.78º 0.96% 0.56% -
XYZ 11.68 6.1 1.13 -
YUV 48.63 110.72 196.02 -
System Red Green Blue C M Y K H S L
Decimal 144 6 18 0 0.96 0.88 0.44 354.78 0.92 0.29
Hex 90 6 12 0 60 58 2C 163 5C 1D
Octal 220 6 22 0 140 130 54 543 134 35
Binary 10010000 110 10010 0 1100000 1011000 101100 101100011 1011100 11101

Color Harmonies of #900612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900612

Black with #900612

Text Example


Text Example

White with #900612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900612; }

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

 H1.HeaderClassName
 {
   color: #900612;
 }
 .AnyTagClassName
 {
   color: #900612;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #900612;
 }
 .BgClassName
 {
   background-color: #900612;
 }
</style>

border-color css

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

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

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