Html Css Color HEX #6B070C Burgundy

📋 copy color: '#6B070C'

red 107 ◦ green 7 ◦ blue 12

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

Shades of Burgundy #6B070C

Tints of Burgundy #6B070C

RGB

 RED value IS 107 (42.19% from 255) = 84.92%

 GREEN value IS 7 (3.13% from 255) = 5.56%

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

R = 84.92%
G = 5.56%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6B070C (or 0x6B070C) is known color: Burgundy. HEX triplet: 6B, 07 and 0C. RGB value is (107,7,12). Sum of RGB (Red+Green+Blue) = 107+7+12=126 (16% of max value = 765). Red value is 107 (42.19% from 255 or 84.92% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 107 - color contains mainly: red. Hex color #6B070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B070C is #94F8F3. Grayscale: #252525. Windows color (decimal): -9763060 or 788331. OLE color: 788331.

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

Color convert

RGB 107 7 12 -
CMYK 0 0.93 0.89 0.58
HSL 357º 0.88% 0.22% -
HSV(B) 357º 0.93% 0.42% -
XYZ 6.21 3.3 0.66 -
YUV 37.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 107 7 12 0 0.93 0.89 0.58 357 0.88 0.22
Hex 6B 7 C 0 5D 59 3A 165 58 16
Octal 153 7 14 0 135 131 72 545 130 26
Binary 1101011 111 1100 0 1011101 1011001 111010 101100101 1011000 10110

Color Harmonies of #6B070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B070C

Black with #6B070C

Text Example


Text Example

White with #6B070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,7,12); }

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

background-color css

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

 a { background-color: rgb(107,7,12); }

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

border-color css

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

 span { border-color: rgb(107,7,12); }

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