#6A182D

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

Shades of Claret #6A182D

Tints of Claret #6A182D

Color information

#6A182D (or 0x6A182D) is unknown color: approx Claret. HEX triplet: 6A, 18 and 2D. RGB value is (106,24,45). Sum of RGB (Red+Green+Blue) = 106+24+45=175 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.57% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 106 - color contains mainly: red. Hex color #6A182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A182D is #95E7D2. Grayscale: #323232. Windows color (decimal): -9824211 or 2955370. OLE color: 2955370.

HSL color Cylindrical-coordinate representation of color #6A182D: hue angle of 344.63º 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 #6A182D is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1062445-
CMYK00.770.580.58
HSL344.63º63.08%25.49%-
HSV(B)344.63º77.36%41.57%-
XYZ6.743.912.88-
YUV50.91124.67167.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 60.57%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=60.57%
G=13.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106244500.770.580.58344.6363.0825.49
Hex6A182D04D3A3A1593f19
Octal1523055011572725317731
Binary1101010110001011010100110111101011101010101100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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