Html Css Color HEX #6C022A Burgundy

📋 copy color: '#6C022A'

red 108 ◦ green 2 ◦ blue 42

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

Shades of Burgundy #6C022A

Tints of Burgundy #6C022A

RGB

 RED value IS 108 (42.58% from 255) = 71.05%

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

 BLUE value IS 42 (16.8% from 255) = 27.63%

R = 71.05%
G = 1.32%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6C022A (or 0x6C022A) is known color: Burgundy. HEX triplet: 6C, 02 and 2A. RGB value is (108,2,42). Sum of RGB (Red+Green+Blue) = 108+2+42=152 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.05% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 108 - color contains mainly: red. Hex color #6C022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C022A is #93FDD5. Grayscale: #262626. Windows color (decimal): -9698774 or 2753132. OLE color: 2753132.

HSL color Cylindrical-coordinate representation of color #6C022A: hue angle of 337.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C022A is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 2 42 -
CMYK 0 0.98 0.61 0.58
HSL 337.36º 0.96% 0.22% -
HSV(B) 337.36º 0.98% 0.42% -
XYZ 6.62 3.4 2.5 -
YUV 38.25 130.12 177.75 -
System Red Green Blue C M Y K H S L
Decimal 108 2 42 0 0.98 0.61 0.58 337.36 0.96 0.22
Hex 6C 2 2A 0 62 3D 3A 151 60 16
Octal 154 2 52 0 142 75 72 521 140 26
Binary 1101100 10 101010 0 1100010 111101 111010 101010001 1100000 10110

Color Harmonies of #6C022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C022A

Black with #6C022A

Text Example


Text Example

White with #6C022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C022A; }

 p { color: rgb(108,2,42); }

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

background-color css

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

 a { background-color: rgb(108,2,42); }

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

border-color css

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

 span { border-color: rgb(108,2,42); }

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