#6E2033

Color #6E2033 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #6E2033

Tints of Claret #6E2033

Color information

#6E2033 (or 0x6E2033) is unknown color: approx Claret. HEX triplet: 6E, 20 and 33. RGB value is (110,32,51). Sum of RGB (Red+Green+Blue) = 110+32+51=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2033 is #91DFCC. Grayscale: #393939. Windows color (decimal): -9560013 or 3350638. OLE color: 3350638.

HSL color Cylindrical-coordinate representation of color #6E2033: hue angle of 345.38º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E2033 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.57.

Color convert

RGB1103251-
CMYK00.710.540.57
HSL345.38º54.93%27.84%-
HSV(B)345.38º70.91%43.14%-
XYZ7.544.593.62-
YUV57.49124.34165.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 56.99%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=56.99%
G=16.58%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110325100.710.540.57345.3854.9327.84
Hex6E20330473639159371c
Octal1564063010766715316734
Binary11011101000001100110100011111011011100110101100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,32,51); }

 H1.HeaderClassName
 {
   color: #6E2033;
 }
 .AnyTagClassName
 {
   color: #6E2033;
 }
</style>
background-color css

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

 a { background-color: rgb(110,32,51); }

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

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

 span { border-color: rgb(110,32,51); }

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