Html Css Color HEX #910211 Sangria

📋 copy color: '#910211'

red 145 ◦ green 2 ◦ blue 17

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

Shades of Sangria #910211

Tints of Sangria #910211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.37%

R = 88.41%
G = 1.22%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#910211 (or 0x910211) is known color: Sangria. HEX triplet: 91, 02 and 11. RGB value is (145,2,17). Sum of RGB (Red+Green+Blue) = 145+2+17=164 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.41% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 145 - color contains mainly: red. Hex color #910211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910211 is #6EFDEE. Grayscale: #2E2E2E. Windows color (decimal): -7273967 or 1114769. OLE color: 1114769.

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

Color convert

RGB 145 2 17 -
CMYK 0 0.99 0.88 0.43
HSL 353.71º 0.97% 0.29% -
HSV(B) 353.71º 0.99% 0.57% -
XYZ 11.8 6.1 1.09 -
YUV 46.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 145 2 17 0 0.99 0.88 0.43 353.71 0.97 0.29
Hex 91 2 11 0 63 58 2B 162 61 1D
Octal 221 2 21 0 143 130 53 542 141 35
Binary 10010001 10 10001 0 1100011 1011000 101011 101100010 1100001 11101

Color Harmonies of #910211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910211

Black with #910211

Text Example


Text Example

White with #910211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910211; }

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

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

background-color css

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

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

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

border-color css

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

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

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