Html Css Color HEX #6B030F Burgundy

📋 copy color: '#6B030F'

red 107 ◦ green 3 ◦ blue 15

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

Shades of Burgundy #6B030F

Tints of Burgundy #6B030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12%

R = 85.6%
G = 2.4%
B = 12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6B030F (or 0x6B030F) is known color: Burgundy. HEX triplet: 6B, 03 and 0F. RGB value is (107,3,15). Sum of RGB (Red+Green+Blue) = 107+3+15=125 (16% of max value = 765). Red value is 107 (42.19% from 255 or 85.6% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 107 - color contains mainly: red. Hex color #6B030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B030F is #94FCF0. Grayscale: #232323. Windows color (decimal): -9764081 or 983915. OLE color: 983915.

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

Color convert

RGB 107 3 15 -
CMYK 0 0.97 0.86 0.58
HSL 353.08º 0.95% 0.22% -
HSV(B) 353.08º 0.97% 0.42% -
XYZ 6.18 3.23 0.75 -
YUV 35.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 107 3 15 0 0.97 0.86 0.58 353.08 0.95 0.22
Hex 6B 3 F 0 61 56 3A 161 5F 16
Octal 153 3 17 0 141 126 72 541 137 26
Binary 1101011 11 1111 0 1100001 1010110 111010 101100001 1011111 10110

Color Harmonies of #6B030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B030F

Black with #6B030F

Text Example


Text Example

White with #6B030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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