#6A2332

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

Shades of Claret #6A2332

Tints of Claret #6A2332

Color information

#6A2332 (or 0x6A2332) is unknown color: approx Claret. HEX triplet: 6A, 23 and 32. RGB value is (106,35,50). Sum of RGB (Red+Green+Blue) = 106+35+50=191 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.50% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2332 is #95DCCD. Grayscale: #393939. Windows color (decimal): -9821390 or 3285866. OLE color: 3285866.

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

Color convert

RGB1063550-
CMYK00.670.530.58
HSL347.32º50.35%27.65%-
HSV(B)347.32º66.98%41.57%-
XYZ7.124.53.51-
YUV57.94123.52162.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.50%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 50 (19.92% from 255) = 26.18%
R=55.50%
G=18.32%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106355000.670.530.58347.3250.3527.65
Hex6A2332043353A15b321c
Octal1524362010365725336234
Binary11010101000111100100100001111010111101010101101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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