Html Css Color HEX #85000C Sangria

📋 copy color: '#85000C'

red 133 ◦ green 0 ◦ blue 12

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

Shades of Sangria #85000C

Tints of Sangria #85000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.72%
G = 0%
B = 8.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85000C (or 0x85000C) is known color: Sangria. HEX triplet: 85, 00 and 0C. RGB value is (133,0,12). Sum of RGB (Red+Green+Blue) = 133+0+12=145 (19% of max value = 765). Red value is 133 (52.34% from 255 or 91.72% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 133 - color contains mainly: red. Hex color #85000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85000C is #7AFFF3. Grayscale: #292929. Windows color (decimal): -8060916 or 786565. OLE color: 786565.

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

Color convert

RGB 133 0 12 -
CMYK 0 1 0.91 0.48
HSL 354.59º 1% 0.26% -
HSV(B) 354.59º 1% 0.52% -
XYZ 9.74 5.01 0.8 -
YUV 41.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 133 0 12 0 1 0.91 0.48 354.59 1 0.26
Hex 85 0 C 0 64 5B 30 163 64 1A
Octal 205 0 14 0 144 133 60 543 144 32
Binary 10000101 0 1100 0 1100100 1011011 110000 101100011 1100100 11010

Color Harmonies of #85000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85000C

Black with #85000C

Text Example


Text Example

White with #85000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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