#6A1934

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

Shades of Claret #6A1934

Tints of Claret #6A1934

Color information

#6A1934 (or 0x6A1934) is unknown color: approx Claret. HEX triplet: 6A, 19 and 34. RGB value is (106,25,52). Sum of RGB (Red+Green+Blue) = 106+25+52=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1934 is #95E6CB. Grayscale: #343434. Windows color (decimal): -9823948 or 3414378. OLE color: 3414378.

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

Color convert

RGB1062552-
CMYK00.760.510.58
HSL340º61.83%25.69%-
HSV(B)340º76.42%41.57%-
XYZ6.914.013.66-
YUV52.3127.84166.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.92%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 52 (20.70% from 255) = 28.42%
R=57.92%
G=13.66%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106255200.760.510.5834061.8325.69
Hex6A193404C333A1543e1a
Octal1523164011463725247632
Binary1101010110011101000100110011001111101010101010011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,25,52); }

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

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

 a { background-color: rgb(106,25,52); }

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

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

 span { border-color: rgb(106,25,52); }

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