Html Css Color HEX #6E0323 Burgundy

📋 copy color: '#6E0323'

red 110 ◦ green 3 ◦ blue 35

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

Shades of Burgundy #6E0323

Tints of Burgundy #6E0323

RGB

 RED value IS 110 (43.36% from 255) = 74.32%

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

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

R = 74.32%
G = 2.03%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#6E0323 (or 0x6E0323) is known color: Burgundy. HEX triplet: 6E, 03 and 23. RGB value is (110,3,35). Sum of RGB (Red+Green+Blue) = 110+3+35=148 (19% of max value = 765). Red value is 110 (43.36% from 255 or 74.32% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0323 is #91FCDC. Grayscale: #262626. Windows color (decimal): -9567453 or 2294638. OLE color: 2294638.

HSL color Cylindrical-coordinate representation of color #6E0323: hue angle of 342.06º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E0323 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 3 35 -
CMYK 0 0.97 0.68 0.57
HSL 342.06º 0.95% 0.22% -
HSV(B) 342.06º 0.97% 0.43% -
XYZ 6.77 3.5 1.91 -
YUV 38.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 110 3 35 0 0.97 0.68 0.57 342.06 0.95 0.22
Hex 6E 3 23 0 61 44 39 156 5F 16
Octal 156 3 43 0 141 104 71 526 137 26
Binary 1101110 11 100011 0 1100001 1000100 111001 101010110 1011111 10110

Color Harmonies of #6E0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0323

Black with #6E0323

Text Example


Text Example

White with #6E0323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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