Html Css Color HEX #910209 Sangria

📋 copy color: '#910209'

red 145 ◦ green 2 ◦ blue 9

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

Shades of Sangria #910209

Tints of Sangria #910209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.28%

 BLUE value IS 9 (3.91% from 255) = 5.77%

R = 92.95%
G = 1.28%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#910209 (or 0x910209) is known color: Sangria. HEX triplet: 91, 02 and 09. RGB value is (145,2,9). Sum of RGB (Red+Green+Blue) = 145+2+9=156 (20% of max value = 765). Red value is 145 (57.03% from 255 or 92.95% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 145 - color contains mainly: red. Hex color #910209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910209 is #6EFDF6. Grayscale: #2D2D2D. Windows color (decimal): -7273975 or 590481. OLE color: 590481.

HSL color Cylindrical-coordinate representation of color #910209: hue angle of 357.06º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910209 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 2 9 -
CMYK 0 0.99 0.94 0.43
HSL 357.06º 0.97% 0.29% -
HSV(B) 357.06º 0.99% 0.57% -
XYZ 11.75 6.08 0.81 -
YUV 45.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 145 2 9 0 0.99 0.94 0.43 357.06 0.97 0.29
Hex 91 2 9 0 63 5E 2B 165 61 1D
Octal 221 2 11 0 143 136 53 545 141 35
Binary 10010001 10 1001 0 1100011 1011110 101011 101100101 1100001 11101

Color Harmonies of #910209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910209

Black with #910209

Text Example


Text Example

White with #910209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910209; }

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

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

background-color css

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

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

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

border-color css

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

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

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