Html Css Color HEX #91090C Sangria

📋 copy color: '#91090C'

red 145 ◦ green 9 ◦ blue 12

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

Shades of Sangria #91090C

Tints of Sangria #91090C

RGB

 RED value IS 145 (57.03% from 255) = 87.35%

 GREEN value IS 9 (3.91% from 255) = 5.42%

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

R = 87.35%
G = 5.42%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#91090C (or 0x91090C) is known color: Sangria. HEX triplet: 91, 09 and 0C. RGB value is (145,9,12). Sum of RGB (Red+Green+Blue) = 145+9+12=166 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.35% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 145 - color contains mainly: red. Hex color #91090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91090C is #6EF6F3. Grayscale: #323232. Windows color (decimal): -7272180 or 788881. OLE color: 788881.

HSL color Cylindrical-coordinate representation of color #91090C: hue angle of 358.68º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91090C is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 9 12 -
CMYK 0 0.94 0.92 0.43
HSL 358.68º 0.88% 0.3% -
HSV(B) 358.68º 0.94% 0.57% -
XYZ 11.84 6.24 0.93 -
YUV 50.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 145 9 12 0 0.94 0.92 0.43 358.68 0.88 0.3
Hex 91 9 C 0 5E 5C 2B 167 58 1E
Octal 221 11 14 0 136 134 53 547 130 36
Binary 10010001 1001 1100 0 1011110 1011100 101011 101100111 1011000 11110

Color Harmonies of #91090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91090C

Black with #91090C

Text Example


Text Example

White with #91090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,9,12); }

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

background-color css

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

 a { background-color: rgb(145,9,12); }

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

border-color css

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

 span { border-color: rgb(145,9,12); }

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