#920208

Color #920208 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #920208

Tints of Sangria #920208

Color information

#920208 (or 0x920208) is unknown color: approx Sangria. HEX triplet: 92, 02 and 08. RGB value is (146,2,8). Sum of RGB (Red+Green+Blue) = 146+2+8=156 (20% of max value = 765). Red value is 146 (57.42% from 255 or 93.59% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 146 - color contains mainly: red. Hex color #920208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920208 is #6DFDF7. Grayscale: #2D2D2D. Windows color (decimal): -7208440 or 524946. OLE color: 524946.

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

Color convert

RGB14628-
CMYK00.990.950.43
HSL357.5º97.3%29.02%-
HSV(B)357.5º98.63%57.25%-
XYZ11.926.170.79-
YUV45.74106.71199.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 93.59%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 8 (3.52% from 255) = 5.13%
R=93.59%
G=1.28%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462800.990.950.43357.597.329.02
Hex92280635F2B166611d
Octal22221001431375354614135
Binary10010010101000011000111011111101011101100110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920208; }

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

 H1.HeaderClassName
 {
   color: #920208;
 }
 .AnyTagClassName
 {
   color: #920208;
 }
</style>
background-color css

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

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

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

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

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

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