#6F1631

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

Shades of Claret #6F1631

Tints of Claret #6F1631

Color information

#6F1631 (or 0x6F1631) is unknown color: approx Claret. HEX triplet: 6F, 16 and 31. RGB value is (111,22,49). Sum of RGB (Red+Green+Blue) = 111+22+49=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1631 is #90E9CE. Grayscale: #333333. Windows color (decimal): -9497039 or 3217007. OLE color: 3217007.

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

Color convert

RGB1112249-
CMYK00.800.560.56
HSL341.8º66.92%26.08%-
HSV(B)341.8º80.18%43.53%-
XYZ7.44.183.32-
YUV51.69126.49170.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.99%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 49 (19.53% from 255) = 26.92%
R=60.99%
G=12.09%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111224900.800.560.56341.866.9226.08
Hex6F16310503838156431a
Octal15726610120707052610332
Binary11011111011011000101010000111000111000101010110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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