Html Css Color HEX #850306 Sangria

📋 copy color: '#850306'

red 133 ◦ green 3 ◦ blue 6

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

Shades of Sangria #850306

Tints of Sangria #850306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.11%

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

R = 93.66%
G = 2.11%
B = 4.23%

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

#850306 (or 0x850306) is known color: Sangria. HEX triplet: 85, 03 and 06. RGB value is (133,3,6). Sum of RGB (Red+Green+Blue) = 133+3+6=142 (18% of max value = 765). Red value is 133 (52.34% from 255 or 93.66% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 133 - color contains mainly: red. Hex color #850306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850306 is #7AFCF9. Grayscale: #2A2A2A. Windows color (decimal): -8060154 or 394117. OLE color: 394117.

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

Color convert

RGB 133 3 6 -
CMYK 0 0.98 0.95 0.48
HSL 358.62º 0.96% 0.27% -
HSV(B) 358.62º 0.98% 0.52% -
XYZ 9.74 5.06 0.64 -
YUV 42.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 133 3 6 0 0.98 0.95 0.48 358.62 0.96 0.27
Hex 85 3 6 0 62 5F 30 167 60 1B
Octal 205 3 6 0 142 137 60 547 140 33
Binary 10000101 11 110 0 1100010 1011111 110000 101100111 1100000 11011

Color Harmonies of #850306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850306

Black with #850306

Text Example


Text Example

White with #850306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850306; }

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

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

background-color css

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

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

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

border-color css

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

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

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