Html Css Color HEX #6B0423 Burgundy

📋 copy color: '#6B0423'

red 107 ◦ green 4 ◦ blue 35

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

Shades of Burgundy #6B0423

Tints of Burgundy #6B0423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.74%

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

R = 73.29%
G = 2.74%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6B0423 (or 0x6B0423) is known color: Burgundy. HEX triplet: 6B, 04 and 23. RGB value is (107,4,35). Sum of RGB (Red+Green+Blue) = 107+4+35=146 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.29% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0423 is #94FBDC. Grayscale: #262626. Windows color (decimal): -9763805 or 2294891. OLE color: 2294891.

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

Color convert

RGB 107 4 35 -
CMYK 0 0.96 0.67 0.58
HSL 341.94º 0.93% 0.22% -
HSV(B) 341.94º 0.96% 0.42% -
XYZ 6.41 3.33 1.9 -
YUV 38.33 126.12 176.98 -
System Red Green Blue C M Y K H S L
Decimal 107 4 35 0 0.96 0.67 0.58 341.94 0.93 0.22
Hex 6B 4 23 0 60 43 3A 156 5D 16
Octal 153 4 43 0 140 103 72 526 135 26
Binary 1101011 100 100011 0 1100000 1000011 111010 101010110 1011101 10110

Color Harmonies of #6B0423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0423

Black with #6B0423

Text Example


Text Example

White with #6B0423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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