Html Css Color HEX #900712 Sangria

📋 copy color: '#900712'

red 144 ◦ green 7 ◦ blue 18

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

Shades of Sangria #900712

Tints of Sangria #900712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.14%

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

R = 85.21%
G = 4.14%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#900712 (or 0x900712) is known color: Sangria. HEX triplet: 90, 07 and 12. RGB value is (144,7,18). Sum of RGB (Red+Green+Blue) = 144+7+18=169 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.21% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 144 - color contains mainly: red. Hex color #900712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900712 is #6FF8ED. Grayscale: #313131. Windows color (decimal): -7338222 or 1181584. OLE color: 1181584.

HSL color Cylindrical-coordinate representation of color #900712: hue angle of 355.18º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900712 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 7 18 -
CMYK 0 0.95 0.88 0.44
HSL 355.18º 0.91% 0.3% -
HSV(B) 355.18º 0.95% 0.56% -
XYZ 11.69 6.12 1.14 -
YUV 49.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 144 7 18 0 0.95 0.88 0.44 355.18 0.91 0.3
Hex 90 7 12 0 5F 58 2C 163 5B 1E
Octal 220 7 22 0 137 130 54 543 133 36
Binary 10010000 111 10010 0 1011111 1011000 101100 101100011 1011011 11110

Color Harmonies of #900712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900712

Black with #900712

Text Example


Text Example

White with #900712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900712; }

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

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

background-color css

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

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

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

border-color css

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

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

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