Html Css Color HEX #6E0325 Burgundy

📋 copy color: '#6E0325'

red 110 ◦ green 3 ◦ blue 37

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

Shades of Burgundy #6E0325

Tints of Burgundy #6E0325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.67%

R = 73.33%
G = 2%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6E0325 (or 0x6E0325) is known color: Burgundy. HEX triplet: 6E, 03 and 25. RGB value is (110,3,37). Sum of RGB (Red+Green+Blue) = 110+3+37=150 (19% of max value = 765). Red value is 110 (43.36% from 255 or 73.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0325 is #91FCDA. Grayscale: #262626. Windows color (decimal): -9567451 or 2425710. OLE color: 2425710.

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

Color convert

RGB 110 3 37 -
CMYK 0 0.97 0.66 0.57
HSL 340.93º 0.95% 0.22% -
HSV(B) 340.93º 0.97% 0.43% -
XYZ 6.8 3.51 2.07 -
YUV 38.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 110 3 37 0 0.97 0.66 0.57 340.93 0.95 0.22
Hex 6E 3 25 0 61 42 39 155 5F 16
Octal 156 3 45 0 141 102 71 525 137 26
Binary 1101110 11 100101 0 1100001 1000010 111001 101010101 1011111 10110

Color Harmonies of #6E0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0325

Black with #6E0325

Text Example


Text Example

White with #6E0325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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