#6C1230

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

Shades of Claret #6C1230

Tints of Claret #6C1230

Color information

#6C1230 (or 0x6C1230) is unknown color: approx Claret. HEX triplet: 6C, 12 and 30. RGB value is (108,18,48). Sum of RGB (Red+Green+Blue) = 108+18+48=174 (23% of max value = 765). Red value is 108 (42.58% from 255 or 62.07% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1230 is #93EDCF. Grayscale: #303030. Windows color (decimal): -9694672 or 3150444. OLE color: 3150444.

HSL color Cylindrical-coordinate representation of color #6C1230: hue angle of 340º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C1230 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB1081848-
CMYK00.830.560.58
HSL340º71.43%24.71%-
HSV(B)340º83.33%42.35%-
XYZ6.933.833.17-
YUV48.33127.82170.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 62.07%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=62.07%
G=10.34%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108184800.830.560.5834071.4324.71
Hex6C1230053383A1544719
Octal15422600123707252410731
Binary11011001001011000001010011111000111010101010100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,18,48); }

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

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

 a { background-color: rgb(108,18,48); }

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

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

 span { border-color: rgb(108,18,48); }

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