Html Css Color HEX #6E030C Burgundy

📋 copy color: '#6E030C'

red 110 ◦ green 3 ◦ blue 12

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

Shades of Burgundy #6E030C

Tints of Burgundy #6E030C

RGB

 RED value IS 110 (43.36% from 255) = 88%

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

 BLUE value IS 12 (5.08% from 255) = 9.6%

R = 88%
G = 2.4%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6E030C (or 0x6E030C) is known color: Burgundy. HEX triplet: 6E, 03 and 0C. RGB value is (110,3,12). Sum of RGB (Red+Green+Blue) = 110+3+12=125 (16% of max value = 765). Red value is 110 (43.36% from 255 or 88% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 110 - color contains mainly: red. Hex color #6E030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E030C is #91FCF3. Grayscale: #242424. Windows color (decimal): -9567476 or 787310. OLE color: 787310.

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

Color convert

RGB 110 3 12 -
CMYK 0 0.97 0.89 0.57
HSL 354.95º 0.95% 0.22% -
HSV(B) 354.95º 0.97% 0.43% -
XYZ 6.53 3.41 0.66 -
YUV 36.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 110 3 12 0 0.97 0.89 0.57 354.95 0.95 0.22
Hex 6E 3 C 0 61 59 39 163 5F 16
Octal 156 3 14 0 141 131 71 543 137 26
Binary 1101110 11 1100 0 1100001 1011001 111001 101100011 1011111 10110

Color Harmonies of #6E030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E030C

Black with #6E030C

Text Example


Text Example

White with #6E030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,3,12); }

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

background-color css

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

 a { background-color: rgb(110,3,12); }

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

border-color css

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

 span { border-color: rgb(110,3,12); }

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