Html Css Color HEX #6B052A Burgundy

📋 copy color: '#6B052A'

red 107 ◦ green 5 ◦ blue 42

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

Shades of Burgundy #6B052A

Tints of Burgundy #6B052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.25%

 BLUE value IS 42 (16.8% from 255) = 27.27%

R = 69.48%
G = 3.25%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6B052A (or 0x6B052A) is known color: Burgundy. HEX triplet: 6B, 05 and 2A. RGB value is (107,5,42). Sum of RGB (Red+Green+Blue) = 107+5+42=154 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.48% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 107 - color contains mainly: red. Hex color #6B052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B052A is #94FAD5. Grayscale: #272727. Windows color (decimal): -9763542 or 2753899. OLE color: 2753899.

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

Color convert

RGB 107 5 42 -
CMYK 0 0.95 0.61 0.58
HSL 338.24º 0.91% 0.22% -
HSV(B) 338.24º 0.95% 0.42% -
XYZ 6.54 3.4 2.5 -
YUV 39.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 107 5 42 0 0.95 0.61 0.58 338.24 0.91 0.22
Hex 6B 5 2A 0 5F 3D 3A 152 5B 16
Octal 153 5 52 0 137 75 72 522 133 26
Binary 1101011 101 101010 0 1011111 111101 111010 101010010 1011011 10110

Color Harmonies of #6B052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B052A

Black with #6B052A

Text Example


Text Example

White with #6B052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,5,42); }

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

background-color css

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

 a { background-color: rgb(107,5,42); }

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

border-color css

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

 span { border-color: rgb(107,5,42); }

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