#6A1830

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

Shades of Claret #6A1830

Tints of Claret #6A1830

Color information

#6A1830 (or 0x6A1830) is unknown color: approx Claret. HEX triplet: 6A, 18 and 30. RGB value is (106,24,48). Sum of RGB (Red+Green+Blue) = 106+24+48=178 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.55% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1830 is #95E7CF. Grayscale: #333333. Windows color (decimal): -9824208 or 3151978. OLE color: 3151978.

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

Color convert

RGB1062448-
CMYK00.770.550.58
HSL342.44º63.08%25.49%-
HSV(B)342.44º77.36%41.57%-
XYZ6.83.933.2-
YUV51.25126.17167.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 59.55%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=59.55%
G=13.48%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106244800.770.550.58342.4463.0825.49
Hex6A183004D373A1563f19
Octal1523060011567725267731
Binary1101010110001100000100110111011111101010101011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,48); }

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

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

 a { background-color: rgb(106,24,48); }

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

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

 span { border-color: rgb(106,24,48); }

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