Html Css Color HEX #6B0323 Burgundy

📋 copy color: '#6B0323'

red 107 ◦ green 3 ◦ blue 35

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

Shades of Burgundy #6B0323

Tints of Burgundy #6B0323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.14%

R = 73.79%
G = 2.07%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6B0323 (or 0x6B0323) is known color: Burgundy. HEX triplet: 6B, 03 and 23. RGB value is (107,3,35). Sum of RGB (Red+Green+Blue) = 107+3+35=145 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.79% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0323 is #94FCDC. Grayscale: #252525. Windows color (decimal): -9764061 or 2294635. OLE color: 2294635.

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

Color convert

RGB 107 3 35 -
CMYK 0 0.97 0.67 0.58
HSL 341.54º 0.95% 0.22% -
HSV(B) 341.54º 0.97% 0.42% -
XYZ 6.4 3.31 1.89 -
YUV 37.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 107 3 35 0 0.97 0.67 0.58 341.54 0.95 0.22
Hex 6B 3 23 0 61 43 3A 156 5F 16
Octal 153 3 43 0 141 103 72 526 137 26
Binary 1101011 11 100011 0 1100001 1000011 111010 101010110 1011111 10110

Color Harmonies of #6B0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0323

Black with #6B0323

Text Example


Text Example

White with #6B0323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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