Html Css Color HEX #6B0324 Burgundy

📋 copy color: '#6B0324'

red 107 ◦ green 3 ◦ blue 36

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

Shades of Burgundy #6B0324

Tints of Burgundy #6B0324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.66%

R = 73.29%
G = 2.05%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#6B0324 (or 0x6B0324) is known color: Burgundy. HEX triplet: 6B, 03 and 24. RGB value is (107,3,36). Sum of RGB (Red+Green+Blue) = 107+3+36=146 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.29% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0324 is #94FCDB. Grayscale: #252525. Windows color (decimal): -9764060 or 2360171. OLE color: 2360171.

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

Color convert

RGB 107 3 36 -
CMYK 0 0.97 0.66 0.58
HSL 340.96º 0.95% 0.22% -
HSV(B) 340.96º 0.97% 0.42% -
XYZ 6.41 3.32 1.97 -
YUV 37.86 126.96 177.32 -
System Red Green Blue C M Y K H S L
Decimal 107 3 36 0 0.97 0.66 0.58 340.96 0.95 0.22
Hex 6B 3 24 0 61 42 3A 155 5F 16
Octal 153 3 44 0 141 102 72 525 137 26
Binary 1101011 11 100100 0 1100001 1000010 111010 101010101 1011111 10110

Color Harmonies of #6B0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0324

Black with #6B0324

Text Example


Text Example

White with #6B0324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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