#6F1135

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

Shades of Claret #6F1135

Tints of Claret #6F1135

Color information

#6F1135 (or 0x6F1135) is unknown color: approx Claret. HEX triplet: 6F, 11 and 35. RGB value is (111,17,53). Sum of RGB (Red+Green+Blue) = 111+17+53=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1135 is #90EECA. Grayscale: #313131. Windows color (decimal): -9498315 or 3477871. OLE color: 3477871.

HSL color Cylindrical-coordinate representation of color #6F1135: hue angle of 337.02º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1135 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1111753-
CMYK00.850.520.56
HSL337.02º73.44%25.1%-
HSV(B)337.02º84.68%43.53%-
XYZ7.44.043.76-
YUV49.21130.14172.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 61.33%
GREEN value IS 17 (7.03% from 255) = 9.39%
BLUE value IS 53 (21.09% from 255) = 29.28%
R=61.33%
G=9.39%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111175300.850.520.56337.0273.4425.1
Hex6F113505534381514919
Octal15721650125647052111131
Binary11011111000111010101010101110100111000101010001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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