#6F1432

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

Shades of Claret #6F1432

Tints of Claret #6F1432

Color information

#6F1432 (or 0x6F1432) is unknown color: approx Claret. HEX triplet: 6F, 14 and 32. RGB value is (111,20,50). Sum of RGB (Red+Green+Blue) = 111+20+50=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1432 is #90EBCD. Grayscale: #323232. Windows color (decimal): -9497550 or 3282031. OLE color: 3282031.

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

Color convert

RGB1112050-
CMYK00.820.550.56
HSL340.22º69.47%25.69%-
HSV(B)340.22º81.98%43.53%-
XYZ7.384.113.42-
YUV50.63127.65171.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 61.33%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 50 (19.92% from 255) = 27.62%
R=61.33%
G=11.05%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111205000.820.550.56340.2269.4725.69
Hex6F14320523738154451a
Octal15724620122677052410532
Binary11011111010011001001010010110111111000101010100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,20,50); }

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

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

 a { background-color: rgb(111,20,50); }

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

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

 span { border-color: rgb(111,20,50); }

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