#6D1A34

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

Shades of Claret #6D1A34

Tints of Claret #6D1A34

Color information

#6D1A34 (or 0x6D1A34) is unknown color: approx Claret. HEX triplet: 6D, 1A and 34. RGB value is (109,26,52). Sum of RGB (Red+Green+Blue) = 109+26+52=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A34 is #92E5CB. Grayscale: #353535. Windows color (decimal): -9627084 or 3414637. OLE color: 3414637.

HSL color Cylindrical-coordinate representation of color #6D1A34: hue angle of 341.2º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D1A34 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB1092652-
CMYK00.760.520.57
HSL341.2º61.48%26.47%-
HSV(B)341.2º76.15%42.75%-
XYZ7.34.243.68-
YUV53.78127167.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 58.29%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=58.29%
G=13.90%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109265200.760.520.57341.261.4826.47
Hex6D1A3404C34391553d1a
Octal1553264011464715257532
Binary1101101110101101000100110011010011100110101010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,26,52); }

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

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

 a { background-color: rgb(109,26,52); }

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

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

 span { border-color: rgb(109,26,52); }

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