Html Css Color HEX #910109 Sangria

📋 copy color: '#910109'

red 145 ◦ green 1 ◦ blue 9

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

Shades of Sangria #910109

Tints of Sangria #910109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 93.55%
G = 0.65%
B = 5.81%

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

#910109 (or 0x910109) is known color: Sangria. HEX triplet: 91, 01 and 09. RGB value is (145,1,9). Sum of RGB (Red+Green+Blue) = 145+1+9=155 (20% of max value = 765). Red value is 145 (57.03% from 255 or 93.55% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 145 - color contains mainly: red. Hex color #910109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910109 is #6EFEF6. Grayscale: #2D2D2D. Windows color (decimal): -7274231 or 590225. OLE color: 590225.

HSL color Cylindrical-coordinate representation of color #910109: hue angle of 356.67º degrees, saturation: 0.99, 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 #910109 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 1 9 -
CMYK 0 0.99 0.94 0.43
HSL 356.67º 0.99% 0.29% -
HSV(B) 356.67º 0.99% 0.57% -
XYZ 11.74 6.06 0.81 -
YUV 44.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 145 1 9 0 0.99 0.94 0.43 356.67 0.99 0.29
Hex 91 1 9 0 63 5E 2B 165 63 1D
Octal 221 1 11 0 143 136 53 545 143 35
Binary 10010001 1 1001 0 1100011 1011110 101011 101100101 1100011 11101

Color Harmonies of #910109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910109

Black with #910109

Text Example


Text Example

White with #910109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910109; }

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

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

background-color css

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

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

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

border-color css

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

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

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