#6D2435

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

Shades of Claret #6D2435

Tints of Claret #6D2435

Color information

#6D2435 (or 0x6D2435) is unknown color: approx Claret. HEX triplet: 6D, 24 and 35. RGB value is (109,36,53). Sum of RGB (Red+Green+Blue) = 109+36+53=198 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.05% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2435 is #92DBCA. Grayscale: #3B3B3B. Windows color (decimal): -9624523 or 3482733. OLE color: 3482733.

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

Color convert

RGB1093653-
CMYK00.670.510.57
HSL346.03º50.34%28.43%-
HSV(B)346.03º66.97%42.75%-
XYZ7.584.773.89-
YUV59.76124.18163.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.05%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 53 (21.09% from 255) = 26.77%
R=55.05%
G=18.18%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109365300.670.510.57346.0350.3428.43
Hex6D2435043333915a321c
Octal1554465010363715326234
Binary11011011001001101010100001111001111100110101101011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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