Html Css Color HEX #850C10 Sangria

📋 copy color: '#850C10'

red 133 ◦ green 12 ◦ blue 16

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

Shades of Sangria #850C10

Tints of Sangria #850C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.94%

R = 82.61%
G = 7.45%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#850C10 (or 0x850C10) is known color: Sangria. HEX triplet: 85, 0C and 10. RGB value is (133,12,16). Sum of RGB (Red+Green+Blue) = 133+12+16=161 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.61% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 133 - color contains mainly: red. Hex color #850C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850C10 is #7AF3EF. Grayscale: #303030. Windows color (decimal): -8057840 or 1051781. OLE color: 1051781.

HSL color Cylindrical-coordinate representation of color #850C10: hue angle of 358.02º 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 #850C10 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 12 16 -
CMYK 0 0.91 0.88 0.48
HSL 358.02º 0.83% 0.28% -
HSV(B) 358.02º 0.91% 0.52% -
XYZ 9.9 5.29 0.99 -
YUV 48.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 133 12 16 0 0.91 0.88 0.48 358.02 0.83 0.28
Hex 85 C 10 0 5B 58 30 166 53 1C
Octal 205 14 20 0 133 130 60 546 123 34
Binary 10000101 1100 10000 0 1011011 1011000 110000 101100110 1010011 11100

Color Harmonies of #850C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C10

Black with #850C10

Text Example


Text Example

White with #850C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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