#6F1D39

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

Shades of Claret #6F1D39

Tints of Claret #6F1D39

Color information

#6F1D39 (or 0x6F1D39) is unknown color: approx Claret. HEX triplet: 6F, 1D and 39. RGB value is (111,29,57). Sum of RGB (Red+Green+Blue) = 111+29+57=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1D39 is #90E2C6. Grayscale: #383838. Windows color (decimal): -9495239 or 3743087. OLE color: 3743087.

HSL color Cylindrical-coordinate representation of color #6F1D39: hue angle of 339.51º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F1D39 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1112957-
CMYK00.740.490.56
HSL339.51º58.57%27.45%-
HSV(B)339.51º73.87%43.53%-
XYZ7.734.554.34-
YUV56.71128.17166.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 29 (11.72% from 255) = 14.72%
BLUE value IS 57 (22.66% from 255) = 28.93%
R=56.35%
G=14.72%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111295700.740.490.56339.5158.5727.45
Hex6F1D3904A31381543b1b
Octal1573571011261705247333
Binary1101111111011110010100101011000111100010101010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,29,57); }

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

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

 a { background-color: rgb(111,29,57); }

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

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

 span { border-color: rgb(111,29,57); }

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