Html Css Color HEX #850038 Burgundy

📋 copy color: '#850038'

red 133 ◦ green 0 ◦ blue 56

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

Shades of Burgundy #850038

Tints of Burgundy #850038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.37%
G = 0%
B = 29.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#850038 (or 0x850038) is known color: Burgundy. HEX triplet: 85, 00 and 38. RGB value is (133,0,56). Sum of RGB (Red+Green+Blue) = 133+0+56=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #850038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850038 is #7AFFC7. Grayscale: #2E2E2E. Windows color (decimal): -8060872 or 3670149. OLE color: 3670149.

HSL color Cylindrical-coordinate representation of color #850038: hue angle of 334.74º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850038 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 56 -
CMYK 0 1 0.58 0.48
HSL 334.74º 1% 0.26% -
HSV(B) 334.74º 1% 0.52% -
XYZ 10.39 5.27 4.21 -
YUV 46.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 133 0 56 0 1 0.58 0.48 334.74 1 0.26
Hex 85 0 38 0 64 3A 30 14F 64 1A
Octal 205 0 70 0 144 72 60 517 144 32
Binary 10000101 0 111000 0 1100100 111010 110000 101001111 1100100 11010

Color Harmonies of #850038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850038

Black with #850038

Text Example


Text Example

White with #850038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850038; }

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

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

background-color css

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

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

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

border-color css

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

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

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