Html Css Color HEX #850B0C Sangria

📋 copy color: '#850B0C'

red 133 ◦ green 11 ◦ blue 12

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

Shades of Sangria #850B0C

Tints of Sangria #850B0C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.05%

 BLUE value IS 12 (5.08% from 255) = 7.69%

R = 85.26%
G = 7.05%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#850B0C (or 0x850B0C) is known color: Sangria. HEX triplet: 85, 0B and 0C. RGB value is (133,11,12). Sum of RGB (Red+Green+Blue) = 133+11+12=156 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.26% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 133 - color contains mainly: red. Hex color #850B0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850B0C is #7AF4F3. Grayscale: #2F2F2F. Windows color (decimal): -8058100 or 789381. OLE color: 789381.

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

Color convert

RGB 133 11 12 -
CMYK 0 0.92 0.91 0.48
HSL 359.51º 0.85% 0.28% -
HSV(B) 359.51º 0.92% 0.52% -
XYZ 9.86 5.25 0.84 -
YUV 47.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 133 11 12 0 0.92 0.91 0.48 359.51 0.85 0.28
Hex 85 B C 0 5C 5B 30 168 55 1C
Octal 205 13 14 0 134 133 60 550 125 34
Binary 10000101 1011 1100 0 1011100 1011011 110000 101101000 1010101 11100

Color Harmonies of #850B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850B0C

Black with #850B0C

Text Example


Text Example

White with #850B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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