Html Css Color HEX #85030F Sangria

📋 copy color: '#85030F'

red 133 ◦ green 3 ◦ blue 15

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

Shades of Sangria #85030F

Tints of Sangria #85030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.99%

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

R = 88.08%
G = 1.99%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85030F (or 0x85030F) is known color: Sangria. HEX triplet: 85, 03 and 0F. RGB value is (133,3,15). Sum of RGB (Red+Green+Blue) = 133+3+15=151 (20% of max value = 765). Red value is 133 (52.34% from 255 or 88.08% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 133 - color contains mainly: red. Hex color #85030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85030F is #7AFCF0. Grayscale: #2B2B2B. Windows color (decimal): -8060145 or 983941. OLE color: 983941.

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

Color convert

RGB 133 3 15 -
CMYK 0 0.98 0.89 0.48
HSL 354.46º 0.96% 0.27% -
HSV(B) 354.46º 0.98% 0.52% -
XYZ 9.79 5.09 0.92 -
YUV 43.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 133 3 15 0 0.98 0.89 0.48 354.46 0.96 0.27
Hex 85 3 F 0 62 59 30 162 60 1B
Octal 205 3 17 0 142 131 60 542 140 33
Binary 10000101 11 1111 0 1100010 1011001 110000 101100010 1100000 11011

Color Harmonies of #85030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85030F

Black with #85030F

Text Example


Text Example

White with #85030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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