Html Css Color HEX #85062C Burgundy

📋 copy color: '#85062C'

red 133 ◦ green 6 ◦ blue 44

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

Shades of Burgundy #85062C

Tints of Burgundy #85062C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.28%

 BLUE value IS 44 (17.58% from 255) = 24.04%

R = 72.68%
G = 3.28%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85062C (or 0x85062C) is known color: Burgundy. HEX triplet: 85, 06 and 2C. RGB value is (133,6,44). Sum of RGB (Red+Green+Blue) = 133+6+44=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #85062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85062C is #7AF9D3. Grayscale: #303030. Windows color (decimal): -8059348 or 2885253. OLE color: 2885253.

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

Color convert

RGB 133 6 44 -
CMYK 0 0.95 0.67 0.48
HSL 342.05º 0.91% 0.27% -
HSV(B) 342.05º 0.95% 0.52% -
XYZ 10.19 5.3 2.87 -
YUV 48.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 133 6 44 0 0.95 0.67 0.48 342.05 0.91 0.27
Hex 85 6 2C 0 5F 43 30 156 5B 1B
Octal 205 6 54 0 137 103 60 526 133 33
Binary 10000101 110 101100 0 1011111 1000011 110000 101010110 1011011 11011

Color Harmonies of #85062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85062C

Black with #85062C

Text Example


Text Example

White with #85062C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,6,44); }

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

background-color css

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

 a { background-color: rgb(133,6,44); }

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

border-color css

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

 span { border-color: rgb(133,6,44); }

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