Html Css Color HEX #850338 Burgundy

📋 copy color: '#850338'

red 133 ◦ green 3 ◦ blue 56

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

Shades of Burgundy #850338

Tints of Burgundy #850338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 29.17%

R = 69.27%
G = 1.56%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#850338 (or 0x850338) is known color: Burgundy. HEX triplet: 85, 03 and 38. RGB value is (133,3,56). Sum of RGB (Red+Green+Blue) = 133+3+56=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #850338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850338 is #7AFCC7. Grayscale: #2F2F2F. Windows color (decimal): -8060104 or 3670917. OLE color: 3670917.

HSL color Cylindrical-coordinate representation of color #850338: hue angle of 335.54º 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 #850338 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 3 56 -
CMYK 0 0.98 0.58 0.48
HSL 335.54º 0.96% 0.27% -
HSV(B) 335.54º 0.98% 0.52% -
XYZ 10.42 5.34 4.22 -
YUV 47.91 132.57 188.69 -
System Red Green Blue C M Y K H S L
Decimal 133 3 56 0 0.98 0.58 0.48 335.54 0.96 0.27
Hex 85 3 38 0 62 3A 30 150 60 1B
Octal 205 3 70 0 142 72 60 520 140 33
Binary 10000101 11 111000 0 1100010 111010 110000 101010000 1100000 11011

Color Harmonies of #850338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850338

Black with #850338

Text Example


Text Example

White with #850338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850338; }

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

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

background-color css

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

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

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

border-color css

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

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

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