Html Css Color HEX #90000C Sangria

📋 copy color: '#90000C'

red 144 ◦ green 0 ◦ blue 12

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

Shades of Sangria #90000C

Tints of Sangria #90000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 12 (5.08% from 255) = 7.69%

R = 92.31%
G = 0%
B = 7.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#90000C (or 0x90000C) is known color: Sangria. HEX triplet: 90, 00 and 0C. RGB value is (144,0,12). Sum of RGB (Red+Green+Blue) = 144+0+12=156 (20% of max value = 765). Red value is 144 (56.64% from 255 or 92.31% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 144 - color contains mainly: red. Hex color #90000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90000C is #6FFFF3. Grayscale: #2C2C2C. Windows color (decimal): -7340020 or 786576. OLE color: 786576.

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

Color convert

RGB 144 0 12 -
CMYK 0 1 0.92 0.44
HSL 355º 1% 0.28% -
HSV(B) 355º 1% 0.56% -
XYZ 11.57 5.96 0.89 -
YUV 44.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 144 0 12 0 1 0.92 0.44 355 1 0.28
Hex 90 0 C 0 64 5C 2C 163 64 1C
Octal 220 0 14 0 144 134 54 543 144 34
Binary 10010000 0 1100 0 1100100 1011100 101100 101100011 1100100 11100

Color Harmonies of #90000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90000C

Black with #90000C

Text Example


Text Example

White with #90000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90000C; }

 p { color: rgb(144,0,12); }

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

background-color css

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

 a { background-color: rgb(144,0,12); }

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

border-color css

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

 span { border-color: rgb(144,0,12); }

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