#6E2130

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

Shades of Claret #6E2130

Tints of Claret #6E2130

Color information

#6E2130 (or 0x6E2130) is unknown color: approx Claret. HEX triplet: 6E, 21 and 30. RGB value is (110,33,48). Sum of RGB (Red+Green+Blue) = 110+33+48=191 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.59% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2130 is #91DECF. Grayscale: #393939. Windows color (decimal): -9559760 or 3154286. OLE color: 3154286.

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

Color convert

RGB1103348-
CMYK00.70.560.57
HSL348.31º53.85%28.04%-
HSV(B)348.31º70%43.14%-
XYZ7.514.623.29-
YUV57.73122.51165.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 57.59%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=57.59%
G=17.28%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110334800.70.560.57348.3153.8528.04
Hex6E2130046383915c361c
Octal1564160010670715346634
Binary11011101000011100000100011011100011100110101110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,33,48); }

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

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

 a { background-color: rgb(110,33,48); }

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

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

 span { border-color: rgb(110,33,48); }

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