#6A1F31

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

Shades of Claret #6A1F31

Tints of Claret #6A1F31

Color information

#6A1F31 (or 0x6A1F31) is unknown color: approx Claret. HEX triplet: 6A, 1F and 31. RGB value is (106,31,49). Sum of RGB (Red+Green+Blue) = 106+31+49=186 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.99% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1F31 is #95E0CE. Grayscale: #373737. Windows color (decimal): -9822415 or 3219306. OLE color: 3219306.

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

Color convert

RGB1063149-
CMYK00.710.540.58
HSL345.6º54.74%26.86%-
HSV(B)345.6º70.75%41.57%-
XYZ6.994.273.36-
YUV55.48124.35164.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.99%
GREEN value IS 31 (12.5% from 255) = 16.67%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=56.99%
G=16.67%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106314900.710.540.58345.654.7426.86
Hex6A1F31047363A15a371b
Octal1523761010766725326733
Binary1101010111111100010100011111011011101010101101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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