Html Css Color HEX #850D30 Burgundy

📋 copy color: '#850D30'

red 133 ◦ green 13 ◦ blue 48

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

Shades of Burgundy #850D30

Tints of Burgundy #850D30

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.7%

 BLUE value IS 48 (19.14% from 255) = 24.74%

R = 68.56%
G = 6.7%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#850D30 (or 0x850D30) is known color: Burgundy. HEX triplet: 85, 0D and 30. RGB value is (133,13,48). Sum of RGB (Red+Green+Blue) = 133+13+48=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #850D30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D30 is #7AF2CF. Grayscale: #343434. Windows color (decimal): -8057552 or 3149189. OLE color: 3149189.

HSL color Cylindrical-coordinate representation of color #850D30: hue angle of 342.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D30 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 48 -
CMYK 0 0.90 0.64 0.48
HSL 342.5º 0.82% 0.29% -
HSV(B) 342.5º 0.9% 0.52% -
XYZ 10.35 5.49 3.31 -
YUV 52.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 133 13 48 0 0.90 0.64 0.48 342.5 0.82 0.29
Hex 85 D 30 0 5A 40 30 156 52 1D
Octal 205 15 60 0 132 100 60 526 122 35
Binary 10000101 1101 110000 0 1011010 1000000 110000 101010110 1010010 11101

Color Harmonies of #850D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D30

Black with #850D30

Text Example


Text Example

White with #850D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,13,48); }

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

background-color css

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

 a { background-color: rgb(133,13,48); }

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

border-color css

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

 span { border-color: rgb(133,13,48); }

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