Html Css Color HEX #850230 Burgundy

📋 copy color: '#850230'

red 133 ◦ green 2 ◦ blue 48

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

Shades of Burgundy #850230

Tints of Burgundy #850230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 72.68%
G = 1.09%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#850230 (or 0x850230) is known color: Burgundy. HEX triplet: 85, 02 and 30. RGB value is (133,2,48). Sum of RGB (Red+Green+Blue) = 133+2+48=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #850230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850230 is #7AFDCF. Grayscale: #2E2E2E. Windows color (decimal): -8060368 or 3146373. OLE color: 3146373.

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

Color convert

RGB 133 2 48 -
CMYK 0 0.98 0.64 0.48
HSL 338.93º 0.97% 0.26% -
HSV(B) 338.93º 0.98% 0.52% -
XYZ 10.23 5.24 3.27 -
YUV 46.41 128.9 189.76 -
System Red Green Blue C M Y K H S L
Decimal 133 2 48 0 0.98 0.64 0.48 338.93 0.97 0.26
Hex 85 2 30 0 62 40 30 153 61 1A
Octal 205 2 60 0 142 100 60 523 141 32
Binary 10000101 10 110000 0 1100010 1000000 110000 101010011 1100001 11010

Color Harmonies of #850230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850230

Black with #850230

Text Example


Text Example

White with #850230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850230; }

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

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

background-color css

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

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

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

border-color css

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

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

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