#6F112C

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

Shades of Claret #6F112C

Tints of Claret #6F112C

Color information

#6F112C (or 0x6F112C) is unknown color: approx Claret. HEX triplet: 6F, 11 and 2C. RGB value is (111,17,44). Sum of RGB (Red+Green+Blue) = 111+17+44=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F112C is #90EED3. Grayscale: #303030. Windows color (decimal): -9498324 or 2888047. OLE color: 2888047.

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

Color convert

RGB1111744-
CMYK00.850.600.56
HSL342.77º73.44%25.1%-
HSV(B)342.77º84.68%43.53%-
XYZ7.213.962.77-
YUV48.18125.64172.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.53%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=64.53%
G=9.88%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111174400.850.600.56342.7773.4425.1
Hex6F112C0553C381574919
Octal15721540125747052711131
Binary11011111000110110001010101111100111000101010111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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