Html Css Color HEX #83062C Burgundy

📋 copy color: '#83062C'

red 131 ◦ green 6 ◦ blue 44

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

Shades of Burgundy #83062C

Tints of Burgundy #83062C

RGB

 RED value IS 131 (51.56% from 255) = 72.38%

 GREEN value IS 6 (2.73% from 255) = 3.31%

 BLUE value IS 44 (17.58% from 255) = 24.31%

R = 72.38%
G = 3.31%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83062C (or 0x83062C) is known color: Burgundy. HEX triplet: 83, 06 and 2C. RGB value is (131,6,44). Sum of RGB (Red+Green+Blue) = 131+6+44=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #83062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83062C is #7CF9D3. Grayscale: #2F2F2F. Windows color (decimal): -8190420 or 2885251. OLE color: 2885251.

HSL color Cylindrical-coordinate representation of color #83062C: hue angle of 341.76º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83062C is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 6 44 -
CMYK 0 0.95 0.66 0.49
HSL 341.76º 0.91% 0.27% -
HSV(B) 341.76º 0.95% 0.51% -
XYZ 9.88 5.14 2.85 -
YUV 47.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 131 6 44 0 0.95 0.66 0.49 341.76 0.91 0.27
Hex 83 6 2C 0 5F 42 31 156 5B 1B
Octal 203 6 54 0 137 102 61 526 133 33
Binary 10000011 110 101100 0 1011111 1000010 110001 101010110 1011011 11011

Color Harmonies of #83062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83062C

Black with #83062C

Text Example


Text Example

White with #83062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83062C; }

 p { color: rgb(131,6,44); }

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

background-color css

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

 a { background-color: rgb(131,6,44); }

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

border-color css

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

 span { border-color: rgb(131,6,44); }

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