Html Css Color HEX #6B031E Burgundy

📋 copy color: '#6B031E'

red 107 ◦ green 3 ◦ blue 30

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

Shades of Burgundy #6B031E

Tints of Burgundy #6B031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.43%

R = 76.43%
G = 2.14%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6B031E (or 0x6B031E) is known color: Burgundy. HEX triplet: 6B, 03 and 1E. RGB value is (107,3,30). Sum of RGB (Red+Green+Blue) = 107+3+30=140 (18% of max value = 765). Red value is 107 (42.19% from 255 or 76.43% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 107 - color contains mainly: red. Hex color #6B031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B031E is #94FCE1. Grayscale: #252525. Windows color (decimal): -9764066 or 1966955. OLE color: 1966955.

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

Color convert

RGB 107 3 30 -
CMYK 0 0.97 0.72 0.58
HSL 344.42º 0.95% 0.22% -
HSV(B) 344.42º 0.97% 0.42% -
XYZ 6.33 3.28 1.53 -
YUV 37.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 107 3 30 0 0.97 0.72 0.58 344.42 0.95 0.22
Hex 6B 3 1E 0 61 48 3A 158 5F 16
Octal 153 3 36 0 141 110 72 530 137 26
Binary 1101011 11 11110 0 1100001 1001000 111010 101011000 1011111 10110

Color Harmonies of #6B031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B031E

Black with #6B031E

Text Example


Text Example

White with #6B031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,3,30); }

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

background-color css

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

 a { background-color: rgb(107,3,30); }

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

border-color css

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

 span { border-color: rgb(107,3,30); }

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