Html Css Color HEX #850C0D Sangria

📋 copy color: '#850C0D'

red 133 ◦ green 12 ◦ blue 13

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

Shades of Sangria #850C0D

Tints of Sangria #850C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.59%

 BLUE value IS 13 (5.47% from 255) = 8.23%

R = 84.18%
G = 7.59%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#850C0D (or 0x850C0D) is known color: Sangria. HEX triplet: 85, 0C and 0D. RGB value is (133,12,13). Sum of RGB (Red+Green+Blue) = 133+12+13=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #850C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850C0D is #7AF3F2. Grayscale: #303030. Windows color (decimal): -8057843 or 855173. OLE color: 855173.

HSL color Cylindrical-coordinate representation of color #850C0D: hue angle of 359.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C0D is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 12 13 -
CMYK 0 0.91 0.90 0.48
HSL 359.5º 0.83% 0.28% -
HSV(B) 359.5º 0.91% 0.52% -
XYZ 9.88 5.28 0.88 -
YUV 48.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 133 12 13 0 0.91 0.90 0.48 359.5 0.83 0.28
Hex 85 C D 0 5B 5A 30 168 53 1C
Octal 205 14 15 0 133 132 60 550 123 34
Binary 10000101 1100 1101 0 1011011 1011010 110000 101101000 1010011 11100

Color Harmonies of #850C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C0D

Black with #850C0D

Text Example


Text Example

White with #850C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850C0D; }

 p { color: rgb(133,12,13); }

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

background-color css

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

 a { background-color: rgb(133,12,13); }

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

border-color css

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

 span { border-color: rgb(133,12,13); }

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