#6F1B39

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

Shades of Claret #6F1B39

Tints of Claret #6F1B39

Color information

#6F1B39 (or 0x6F1B39) is unknown color: approx Claret. HEX triplet: 6F, 1B and 39. RGB value is (111,27,57). Sum of RGB (Red+Green+Blue) = 111+27+57=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1B39 is #90E4C6. Grayscale: #373737. Windows color (decimal): -9495751 or 3742575. OLE color: 3742575.

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

Color convert

RGB1112757-
CMYK00.760.490.56
HSL338.57º60.87%27.06%-
HSV(B)338.57º75.68%43.53%-
XYZ7.694.464.33-
YUV55.54128.83167.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 57 (22.66% from 255) = 29.23%
R=56.92%
G=13.85%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111275700.760.490.56338.5760.8727.06
Hex6F1B3904C31381533d1b
Octal1573371011461705237533
Binary1101111110111110010100110011000111100010101001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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