Html Css Color HEX #850208 Sangria

📋 copy color: '#850208'

red 133 ◦ green 2 ◦ blue 8

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

Shades of Sangria #850208

Tints of Sangria #850208

RGB

 RED value IS 133 (52.34% from 255) = 93.01%

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

 BLUE value IS 8 (3.52% from 255) = 5.59%

R = 93.01%
G = 1.4%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#850208 (or 0x850208) is known color: Sangria. HEX triplet: 85, 02 and 08. RGB value is (133,2,8). Sum of RGB (Red+Green+Blue) = 133+2+8=143 (18% of max value = 765). Red value is 133 (52.34% from 255 or 93.01% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 133 - color contains mainly: red. Hex color #850208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850208 is #7AFDF7. Grayscale: #292929. Windows color (decimal): -8060408 or 524933. OLE color: 524933.

HSL color Cylindrical-coordinate representation of color #850208: hue angle of 357.25º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850208 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 2 8 -
CMYK 0 0.98 0.94 0.48
HSL 357.25º 0.97% 0.26% -
HSV(B) 357.25º 0.98% 0.52% -
XYZ 9.74 5.05 0.69 -
YUV 41.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 133 2 8 0 0.98 0.94 0.48 357.25 0.97 0.26
Hex 85 2 8 0 62 5E 30 165 61 1A
Octal 205 2 10 0 142 136 60 545 141 32
Binary 10000101 10 1000 0 1100010 1011110 110000 101100101 1100001 11010

Color Harmonies of #850208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850208

Black with #850208

Text Example


Text Example

White with #850208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850208; }

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

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

background-color css

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

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

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

border-color css

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

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

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