Html Css Color HEX #850413 Sangria

📋 copy color: '#850413'

red 133 ◦ green 4 ◦ blue 19

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

Shades of Sangria #850413

Tints of Sangria #850413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 85.26%
G = 2.56%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#850413 (or 0x850413) is known color: Sangria. HEX triplet: 85, 04 and 13. RGB value is (133,4,19). Sum of RGB (Red+Green+Blue) = 133+4+19=156 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.26% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 133 - color contains mainly: red. Hex color #850413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850413 is #7AFBEC. Grayscale: #2C2C2C. Windows color (decimal): -8059885 or 1246341. OLE color: 1246341.

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

Color convert

RGB 133 4 19 -
CMYK 0 0.97 0.86 0.48
HSL 353.02º 0.94% 0.27% -
HSV(B) 353.02º 0.97% 0.52% -
XYZ 9.83 5.12 1.09 -
YUV 44.28 113.74 191.28 -
System Red Green Blue C M Y K H S L
Decimal 133 4 19 0 0.97 0.86 0.48 353.02 0.94 0.27
Hex 85 4 13 0 61 56 30 161 5E 1B
Octal 205 4 23 0 141 126 60 541 136 33
Binary 10000101 100 10011 0 1100001 1010110 110000 101100001 1011110 11011

Color Harmonies of #850413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850413

Black with #850413

Text Example


Text Example

White with #850413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850413; }

 p { color: rgb(133,4,19); }

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

background-color css

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

 a { background-color: rgb(133,4,19); }

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

border-color css

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

 span { border-color: rgb(133,4,19); }

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