Html Css Color HEX #920010 Sangria

📋 copy color: '#920010'

red 146 ◦ green 0 ◦ blue 16

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

Shades of Sangria #920010

Tints of Sangria #920010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 9.88%

R = 90.12%
G = 0%
B = 9.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#920010 (or 0x920010) is known color: Sangria. HEX triplet: 92, 00 and 10. RGB value is (146,0,16). Sum of RGB (Red+Green+Blue) = 146+0+16=162 (21% of max value = 765). Red value is 146 (57.42% from 255 or 90.12% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 146 - color contains mainly: red. Hex color #920010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920010 is #6DFFEF. Grayscale: #2D2D2D. Windows color (decimal): -7208944 or 1048722. OLE color: 1048722.

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

Color convert

RGB 146 0 16 -
CMYK 0 1 0.89 0.43
HSL 353.42º 1% 0.29% -
HSV(B) 353.42º 1% 0.57% -
XYZ 11.95 6.15 1.05 -
YUV 45.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 146 0 16 0 1 0.89 0.43 353.42 1 0.29
Hex 92 0 10 0 64 59 2B 161 64 1D
Octal 222 0 20 0 144 131 53 541 144 35
Binary 10010010 0 10000 0 1100100 1011001 101011 101100001 1100100 11101

Color Harmonies of #920010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920010

Black with #920010

Text Example


Text Example

White with #920010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920010; }

 p { color: rgb(146,0,16); }

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

background-color css

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

 a { background-color: rgb(146,0,16); }

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

border-color css

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

 span { border-color: rgb(146,0,16); }

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