#6F1835

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

Shades of Claret #6F1835

Tints of Claret #6F1835

Color information

#6F1835 (or 0x6F1835) is unknown color: approx Claret. HEX triplet: 6F, 18 and 35. RGB value is (111,24,53). Sum of RGB (Red+Green+Blue) = 111+24+53=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1835 is #90E7CA. Grayscale: #353535. Windows color (decimal): -9496523 or 3479663. OLE color: 3479663.

HSL color Cylindrical-coordinate representation of color #6F1835: hue angle of 340º 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 #6F1835 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1112453-
CMYK00.780.520.56
HSL340º64.44%26.47%-
HSV(B)340º78.38%43.53%-
XYZ7.524.293.8-
YUV53.32127.82169.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.04%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=59.04%
G=12.77%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111245300.780.520.5634064.4426.47
Hex6F183504E3438154401a
Octal15730650116647052410032
Binary11011111100011010101001110110100111000101010100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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