Html Css Color HEX #6C0223 Burgundy

📋 copy color: '#6C0223'

red 108 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #6C0223

Tints of Burgundy #6C0223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.14%

R = 74.48%
G = 1.38%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#6C0223 (or 0x6C0223) is known color: Burgundy. HEX triplet: 6C, 02 and 23. RGB value is (108,2,35). Sum of RGB (Red+Green+Blue) = 108+2+35=145 (19% of max value = 765). Red value is 108 (42.58% from 255 or 74.48% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0223 is #93FDDC. Grayscale: #252525. Windows color (decimal): -9698781 or 2294380. OLE color: 2294380.

HSL color Cylindrical-coordinate representation of color #6C0223: hue angle of 341.32º 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 #6C0223 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 2 35 -
CMYK 0 0.98 0.68 0.58
HSL 341.32º 0.96% 0.22% -
HSV(B) 341.32º 0.98% 0.42% -
XYZ 6.51 3.35 1.89 -
YUV 37.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 108 2 35 0 0.98 0.68 0.58 341.32 0.96 0.22
Hex 6C 2 23 0 62 44 3A 155 60 16
Octal 154 2 43 0 142 104 72 525 140 26
Binary 1101100 10 100011 0 1100010 1000100 111010 101010101 1100000 10110

Color Harmonies of #6C0223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0223

Black with #6C0223

Text Example


Text Example

White with #6C0223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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