Html Css Color HEX #85000F Sangria

📋 copy color: '#85000F'

red 133 ◦ green 0 ◦ blue 15

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

Shades of Sangria #85000F

Tints of Sangria #85000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.14%

R = 89.86%
G = 0%
B = 10.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85000F (or 0x85000F) is known color: Sangria. HEX triplet: 85, 00 and 0F. RGB value is (133,0,15). Sum of RGB (Red+Green+Blue) = 133+0+15=148 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.86% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 133 - color contains mainly: red. Hex color #85000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85000F is #7AFFF0. Grayscale: #292929. Windows color (decimal): -8060913 or 983173. OLE color: 983173.

HSL color Cylindrical-coordinate representation of color #85000F: hue angle of 353.23º 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 #85000F is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 15 -
CMYK 0 1 0.89 0.48
HSL 353.23º 1% 0.26% -
HSV(B) 353.23º 1% 0.52% -
XYZ 9.76 5.02 0.91 -
YUV 41.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 133 0 15 0 1 0.89 0.48 353.23 1 0.26
Hex 85 0 F 0 64 59 30 161 64 1A
Octal 205 0 17 0 144 131 60 541 144 32
Binary 10000101 0 1111 0 1100100 1011001 110000 101100001 1100100 11010

Color Harmonies of #85000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85000F

Black with #85000F

Text Example


Text Example

White with #85000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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