Html Css Color HEX #85040F Sangria

📋 copy color: '#85040F'

red 133 ◦ green 4 ◦ blue 15

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

Shades of Sangria #85040F

Tints of Sangria #85040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

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

R = 87.5%
G = 2.63%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85040F (or 0x85040F) is known color: Sangria. HEX triplet: 85, 04 and 0F. RGB value is (133,4,15). Sum of RGB (Red+Green+Blue) = 133+4+15=152 (20% of max value = 765). Red value is 133 (52.34% from 255 or 87.5% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 133 - color contains mainly: red. Hex color #85040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85040F is #7AFBF0. Grayscale: #2B2B2B. Windows color (decimal): -8059889 or 984197. OLE color: 984197.

HSL color Cylindrical-coordinate representation of color #85040F: hue angle of 354.88º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85040F is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 4 15 -
CMYK 0 0.97 0.89 0.48
HSL 354.88º 0.94% 0.27% -
HSV(B) 354.88º 0.97% 0.52% -
XYZ 9.8 5.11 0.92 -
YUV 43.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 133 4 15 0 0.97 0.89 0.48 354.88 0.94 0.27
Hex 85 4 F 0 61 59 30 163 5E 1B
Octal 205 4 17 0 141 131 60 543 136 33
Binary 10000101 100 1111 0 1100001 1011001 110000 101100011 1011110 11011

Color Harmonies of #85040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85040F

Black with #85040F

Text Example


Text Example

White with #85040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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