#6F1834

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

Shades of Claret #6F1834

Tints of Claret #6F1834

Color information

#6F1834 (or 0x6F1834) is unknown color: approx Claret. HEX triplet: 6F, 18 and 34. RGB value is (111,24,52). Sum of RGB (Red+Green+Blue) = 111+24+52=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1834 is #90E7CB. Grayscale: #353535. Windows color (decimal): -9496524 or 3414127. OLE color: 3414127.

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

Color convert

RGB1112452-
CMYK00.780.530.56
HSL340.69º64.44%26.47%-
HSV(B)340.69º78.38%43.53%-
XYZ7.54.283.68-
YUV53.2127.32169.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.36%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=59.36%
G=12.83%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111245200.780.530.56340.6964.4426.47
Hex6F183404E3538155401a
Octal15730640116657052510032
Binary11011111100011010001001110110101111000101010101100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,24,52); }

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

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

 a { background-color: rgb(111,24,52); }

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

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

 span { border-color: rgb(111,24,52); }

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