Html Css Color HEX #920211 Sangria

📋 copy color: '#920211'

red 146 ◦ green 2 ◦ blue 17

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

Shades of Sangria #920211

Tints of Sangria #920211

RGB

 RED value IS 146 (57.42% from 255) = 88.48%

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

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

R = 88.48%
G = 1.21%
B = 10.3%

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

#920211 (or 0x920211) is known color: Sangria. HEX triplet: 92, 02 and 11. RGB value is (146,2,17). Sum of RGB (Red+Green+Blue) = 146+2+17=165 (21% of max value = 765). Red value is 146 (57.42% from 255 or 88.48% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 146 - color contains mainly: red. Hex color #920211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920211 is #6DFDEE. Grayscale: #2E2E2E. Windows color (decimal): -7208431 or 1114770. OLE color: 1114770.

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

Color convert

RGB 146 2 17 -
CMYK 0 0.99 0.88 0.43
HSL 353.75º 0.97% 0.29% -
HSV(B) 353.75º 0.99% 0.57% -
XYZ 11.98 6.19 1.09 -
YUV 46.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 146 2 17 0 0.99 0.88 0.43 353.75 0.97 0.29
Hex 92 2 11 0 63 58 2B 162 61 1D
Octal 222 2 21 0 143 130 53 542 141 35
Binary 10010010 10 10001 0 1100011 1011000 101011 101100010 1100001 11101

Color Harmonies of #920211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920211

Black with #920211

Text Example


Text Example

White with #920211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920211; }

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

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

background-color css

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

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

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

border-color css

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

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

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