Html Css Color HEX #920912 Sangria

📋 copy color: '#920912'

red 146 ◦ green 9 ◦ blue 18

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

Shades of Sangria #920912

Tints of Sangria #920912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.2%

 BLUE value IS 18 (7.42% from 255) = 10.4%

R = 84.39%
G = 5.2%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#920912 (or 0x920912) is known color: Sangria. HEX triplet: 92, 09 and 12. RGB value is (146,9,18). Sum of RGB (Red+Green+Blue) = 146+9+18=173 (22% of max value = 765). Red value is 146 (57.42% from 255 or 84.39% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 146 - color contains mainly: red. Hex color #920912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920912 is #6DF6ED. Grayscale: #333333. Windows color (decimal): -7206638 or 1182098. OLE color: 1182098.

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

Color convert

RGB 146 9 18 -
CMYK 0 0.94 0.88 0.43
HSL 356.06º 0.88% 0.3% -
HSV(B) 356.06º 0.94% 0.57% -
XYZ 12.06 6.35 1.16 -
YUV 50.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 146 9 18 0 0.94 0.88 0.43 356.06 0.88 0.3
Hex 92 9 12 0 5E 58 2B 164 58 1E
Octal 222 11 22 0 136 130 53 544 130 36
Binary 10010010 1001 10010 0 1011110 1011000 101011 101100100 1011000 11110

Color Harmonies of #920912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920912

Black with #920912

Text Example


Text Example

White with #920912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920912; }

 p { color: rgb(146,9,18); }

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

background-color css

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

 a { background-color: rgb(146,9,18); }

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

border-color css

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

 span { border-color: rgb(146,9,18); }

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