#6F1831

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

Shades of Claret #6F1831

Tints of Claret #6F1831

Color information

#6F1831 (or 0x6F1831) is unknown color: approx Claret. HEX triplet: 6F, 18 and 31. RGB value is (111,24,49). Sum of RGB (Red+Green+Blue) = 111+24+49=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1831 is #90E7CE. Grayscale: #343434. Windows color (decimal): -9496527 or 3217519. OLE color: 3217519.

HSL color Cylindrical-coordinate representation of color #6F1831: hue angle of 342.76º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F1831 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB1112449-
CMYK00.780.560.56
HSL342.76º64.44%26.47%-
HSV(B)342.76º78.38%43.53%-
XYZ7.444.253.33-
YUV52.86125.82169.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.33%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 49 (19.53% from 255) = 26.63%
R=60.33%
G=13.04%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111244900.780.560.56342.7664.4426.47
Hex6F183104E3838157401a
Octal15730610116707052710032
Binary11011111100011000101001110111000111000101010111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,24,49); }

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

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

 a { background-color: rgb(111,24,49); }

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

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

 span { border-color: rgb(111,24,49); }

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