#6F1536

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

Shades of Claret #6F1536

Tints of Claret #6F1536

Color information

#6F1536 (or 0x6F1536) is unknown color: approx Claret. HEX triplet: 6F, 15 and 36. RGB value is (111,21,54). Sum of RGB (Red+Green+Blue) = 111+21+54=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1536 is #90EAC9. Grayscale: #333333. Windows color (decimal): -9497290 or 3544431. OLE color: 3544431.

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

Color convert

RGB1112154-
CMYK00.810.510.56
HSL338º68.18%25.88%-
HSV(B)338º81.08%43.53%-
XYZ7.494.183.9-
YUV51.67129.32170.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.68%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 54 (21.48% from 255) = 29.03%
R=59.68%
G=11.29%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111215400.810.510.5633868.1825.88
Hex6F15360513338152441a
Octal15725660121637052210432
Binary11011111010111011001010001110011111000101010010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,21,54); }

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

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

 a { background-color: rgb(111,21,54); }

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

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

 span { border-color: rgb(111,21,54); }

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