Html Css Color HEX #850206 Sangria

📋 copy color: '#850206'

red 133 ◦ green 2 ◦ blue 6

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

Shades of Sangria #850206

Tints of Sangria #850206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.26%

R = 94.33%
G = 1.42%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#850206 (or 0x850206) is known color: Sangria. HEX triplet: 85, 02 and 06. RGB value is (133,2,6). Sum of RGB (Red+Green+Blue) = 133+2+6=141 (18% of max value = 765). Red value is 133 (52.34% from 255 or 94.33% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 133 - color contains mainly: red. Hex color #850206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850206 is #7AFDF9. Grayscale: #292929. Windows color (decimal): -8060410 or 393861. OLE color: 393861.

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

Color convert

RGB 133 2 6 -
CMYK 0 0.98 0.95 0.48
HSL 358.17º 0.97% 0.26% -
HSV(B) 358.17º 0.98% 0.52% -
XYZ 9.73 5.04 0.63 -
YUV 41.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 133 2 6 0 0.98 0.95 0.48 358.17 0.97 0.26
Hex 85 2 6 0 62 5F 30 166 61 1A
Octal 205 2 6 0 142 137 60 546 141 32
Binary 10000101 10 110 0 1100010 1011111 110000 101100110 1100001 11010

Color Harmonies of #850206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850206

Black with #850206

Text Example


Text Example

White with #850206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850206; }

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

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

background-color css

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

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

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

border-color css

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

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

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