#6D1030

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

Shades of Claret #6D1030

Tints of Claret #6D1030

Color information

#6D1030 (or 0x6D1030) is unknown color: approx Claret. HEX triplet: 6D, 10 and 30. RGB value is (109,16,48). Sum of RGB (Red+Green+Blue) = 109+16+48=173 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.01% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1030 is #92EFCF. Grayscale: #2F2F2F. Windows color (decimal): -9629648 or 3149933. OLE color: 3149933.

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

Color convert

RGB1091648-
CMYK00.850.560.57
HSL339.35º74.4%24.51%-
HSV(B)339.35º85.32%42.75%-
XYZ7.033.843.17-
YUV47.46128.31171.9-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 63.01%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=63.01%
G=9.25%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109164800.850.560.57339.3574.424.51
Hex6D103005538391534a19
Octal15520600125707152311231
Binary11011011000011000001010101111000111001101010011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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