Html Css Color HEX #850312 Sangria

📋 copy color: '#850312'

red 133 ◦ green 3 ◦ blue 18

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

Shades of Sangria #850312

Tints of Sangria #850312

RGB

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

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

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

R = 86.36%
G = 1.95%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#850312 (or 0x850312) is known color: Sangria. HEX triplet: 85, 03 and 12. RGB value is (133,3,18). Sum of RGB (Red+Green+Blue) = 133+3+18=154 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.36% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 133 - color contains mainly: red. Hex color #850312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850312 is #7AFCED. Grayscale: #2B2B2B. Windows color (decimal): -8060142 or 1180549. OLE color: 1180549.

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

Color convert

RGB 133 3 18 -
CMYK 0 0.98 0.86 0.48
HSL 353.08º 0.96% 0.27% -
HSV(B) 353.08º 0.98% 0.52% -
XYZ 9.81 5.1 1.04 -
YUV 43.58 113.57 191.78 -
System Red Green Blue C M Y K H S L
Decimal 133 3 18 0 0.98 0.86 0.48 353.08 0.96 0.27
Hex 85 3 12 0 62 56 30 161 60 1B
Octal 205 3 22 0 142 126 60 541 140 33
Binary 10000101 11 10010 0 1100010 1010110 110000 101100001 1100000 11011

Color Harmonies of #850312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850312

Black with #850312

Text Example


Text Example

White with #850312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850312; }

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

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

background-color css

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

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

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

border-color css

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

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

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