#6A2331

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

Shades of Claret #6A2331

Tints of Claret #6A2331

Color information

#6A2331 (or 0x6A2331) is unknown color: approx Claret. HEX triplet: 6A, 23 and 31. RGB value is (106,35,49). Sum of RGB (Red+Green+Blue) = 106+35+49=190 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.79% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2331 is #95DCCE. Grayscale: #393939. Windows color (decimal): -9821391 or 3220330. OLE color: 3220330.

HSL color Cylindrical-coordinate representation of color #6A2331: hue angle of 348.17º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2331 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB1063549-
CMYK00.670.540.58
HSL348.17º50.35%27.65%-
HSV(B)348.17º66.98%41.57%-
XYZ7.14.493.4-
YUV57.82123.02162.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.79%
GREEN value IS 35 (14.06% from 255) = 18.42%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=55.79%
G=18.42%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106354900.670.540.58348.1750.3527.65
Hex6A2331043363A15c321c
Octal1524361010366725346234
Binary11010101000111100010100001111011011101010101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,35,49); }

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

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

 a { background-color: rgb(106,35,49); }

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

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

 span { border-color: rgb(106,35,49); }

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