#6D0F32

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

Shades of Claret #6D0F32

Tints of Claret #6D0F32

Color information

#6D0F32 (or 0x6D0F32) is unknown color: approx Claret. HEX triplet: 6D, 0F and 32. RGB value is (109,15,50). Sum of RGB (Red+Green+Blue) = 109+15+50=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0F32 is #92F0CD. Grayscale: #2F2F2F. Windows color (decimal): -9629902 or 3280749. OLE color: 3280749.

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

Color convert

RGB1091550-
CMYK00.860.540.57
HSL337.66º75.81%24.31%-
HSV(B)337.66º86.24%42.75%-
XYZ7.053.823.38-
YUV47.1129.64172.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 62.64%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=62.64%
G=8.62%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109155000.860.540.57337.6675.8124.31
Hex6DF3205636391524c18
Octal15517620126667152211430
Binary1101101111111001001010110110110111001101010010100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,15,50); }

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

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

 a { background-color: rgb(109,15,50); }

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

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

 span { border-color: rgb(109,15,50); }

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