Html Css Color HEX #6B031F Burgundy

📋 copy color: '#6B031F'

red 107 ◦ green 3 ◦ blue 31

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

Shades of Burgundy #6B031F

Tints of Burgundy #6B031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.99%

R = 75.89%
G = 2.13%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6B031F (or 0x6B031F) is known color: Burgundy. HEX triplet: 6B, 03 and 1F. RGB value is (107,3,31). Sum of RGB (Red+Green+Blue) = 107+3+31=141 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.89% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 107 - color contains mainly: red. Hex color #6B031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B031F is #94FCE0. Grayscale: #252525. Windows color (decimal): -9764065 or 2032491. OLE color: 2032491.

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

Color convert

RGB 107 3 31 -
CMYK 0 0.97 0.71 0.58
HSL 343.85º 0.95% 0.22% -
HSV(B) 343.85º 0.97% 0.42% -
XYZ 6.34 3.29 1.6 -
YUV 37.29 124.46 177.72 -
System Red Green Blue C M Y K H S L
Decimal 107 3 31 0 0.97 0.71 0.58 343.85 0.95 0.22
Hex 6B 3 1F 0 61 47 3A 158 5F 16
Octal 153 3 37 0 141 107 72 530 137 26
Binary 1101011 11 11111 0 1100001 1000111 111010 101011000 1011111 10110

Color Harmonies of #6B031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B031F

Black with #6B031F

Text Example


Text Example

White with #6B031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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