Html Css Color HEX #6C031B Burgundy

📋 copy color: '#6C031B'

red 108 ◦ green 3 ◦ blue 27

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

Shades of Burgundy #6C031B

Tints of Burgundy #6C031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

 BLUE value IS 27 (10.94% from 255) = 19.57%

R = 78.26%
G = 2.17%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6C031B (or 0x6C031B) is known color: Burgundy. HEX triplet: 6C, 03 and 1B. RGB value is (108,3,27). Sum of RGB (Red+Green+Blue) = 108+3+27=138 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.26% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 108 - color contains mainly: red. Hex color #6C031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C031B is #93FCE4. Grayscale: #252525. Windows color (decimal): -9698533 or 1770348. OLE color: 1770348.

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

Color convert

RGB 108 3 27 -
CMYK 0 0.97 0.75 0.58
HSL 346.29º 0.95% 0.22% -
HSV(B) 346.29º 0.97% 0.42% -
XYZ 6.41 3.33 1.34 -
YUV 37.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 108 3 27 0 0.97 0.75 0.58 346.29 0.95 0.22
Hex 6C 3 1B 0 61 4B 3A 15A 5F 16
Octal 154 3 33 0 141 113 72 532 137 26
Binary 1101100 11 11011 0 1100001 1001011 111010 101011010 1011111 10110

Color Harmonies of #6C031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C031B

Black with #6C031B

Text Example


Text Example

White with #6C031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,3,27); }

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

background-color css

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

 a { background-color: rgb(108,3,27); }

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

border-color css

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

 span { border-color: rgb(108,3,27); }

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