Html Css Color HEX #850C33 Burgundy

📋 copy color: '#850C33'

red 133 ◦ green 12 ◦ blue 51

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

Shades of Burgundy #850C33

Tints of Burgundy #850C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.12%

 BLUE value IS 51 (20.31% from 255) = 26.02%

R = 67.86%
G = 6.12%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#850C33 (or 0x850C33) is known color: Burgundy. HEX triplet: 85, 0C and 33. RGB value is (133,12,51). Sum of RGB (Red+Green+Blue) = 133+12+51=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #850C33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850C33 is #7AF3CC. Grayscale: #343434. Windows color (decimal): -8057805 or 3345541. OLE color: 3345541.

HSL color Cylindrical-coordinate representation of color #850C33: hue angle of 340.66º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C33 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 12 51 -
CMYK 0 0.91 0.62 0.48
HSL 340.66º 0.83% 0.28% -
HSV(B) 340.66º 0.91% 0.52% -
XYZ 10.4 5.49 3.64 -
YUV 52.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 133 12 51 0 0.91 0.62 0.48 340.66 0.83 0.28
Hex 85 C 33 0 5B 3E 30 155 53 1C
Octal 205 14 63 0 133 76 60 525 123 34
Binary 10000101 1100 110011 0 1011011 111110 110000 101010101 1010011 11100

Color Harmonies of #850C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C33

Black with #850C33

Text Example


Text Example

White with #850C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850C33; }

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

 H1.HeaderClassName
 {
   color: #850C33;
 }
 .AnyTagClassName
 {
   color: #850C33;
 }
</style>

background-color css

<style>
 a { background-color: #850C33; }

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

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

border-color css

<style>
 span { border-color: #850C33; }

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

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