#6D2430

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

Shades of Claret #6D2430

Tints of Claret #6D2430

Color information

#6D2430 (or 0x6D2430) is unknown color: approx Claret. HEX triplet: 6D, 24 and 30. RGB value is (109,36,48). Sum of RGB (Red+Green+Blue) = 109+36+48=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2430 is #92DBCF. Grayscale: #3B3B3B. Windows color (decimal): -9624528 or 3155053. OLE color: 3155053.

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

Color convert

RGB1093648-
CMYK00.670.560.57
HSL350.14º50.34%28.43%-
HSV(B)350.14º66.97%42.75%-
XYZ7.474.733.31-
YUV59.2121.68163.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 56.48%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=56.48%
G=18.65%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109364800.670.560.57350.1450.3428.43
Hex6D2430043383915e321c
Octal1554460010370715366234
Binary11011011001001100000100001111100011100110101111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,36,48); }

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

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

 a { background-color: rgb(109,36,48); }

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

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

 span { border-color: rgb(109,36,48); }

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