Html Css Color HEX #850613 Sangria

📋 copy color: '#850613'

red 133 ◦ green 6 ◦ blue 19

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

Shades of Sangria #850613

Tints of Sangria #850613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.8%

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

R = 84.18%
G = 3.8%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#850613 (or 0x850613) is known color: Sangria. HEX triplet: 85, 06 and 13. RGB value is (133,6,19). Sum of RGB (Red+Green+Blue) = 133+6+19=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #850613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850613 is #7AF9EC. Grayscale: #2D2D2D. Windows color (decimal): -8059373 or 1246853. OLE color: 1246853.

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

Color convert

RGB 133 6 19 -
CMYK 0 0.95 0.86 0.48
HSL 353.86º 0.91% 0.27% -
HSV(B) 353.86º 0.95% 0.52% -
XYZ 9.86 5.16 1.09 -
YUV 45.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 133 6 19 0 0.95 0.86 0.48 353.86 0.91 0.27
Hex 85 6 13 0 5F 56 30 162 5B 1B
Octal 205 6 23 0 137 126 60 542 133 33
Binary 10000101 110 10011 0 1011111 1010110 110000 101100010 1011011 11011

Color Harmonies of #850613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850613

Black with #850613

Text Example


Text Example

White with #850613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850613; }

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

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

background-color css

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

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

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

border-color css

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

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

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