#6F192E

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

Shades of Claret #6F192E

Tints of Claret #6F192E

Color information

#6F192E (or 0x6F192E) is unknown color: approx Claret. HEX triplet: 6F, 19 and 2E. RGB value is (111,25,46). Sum of RGB (Red+Green+Blue) = 111+25+46=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F192E is #90E6D1. Grayscale: #353535. Windows color (decimal): -9496274 or 3021167. OLE color: 3021167.

HSL color Cylindrical-coordinate representation of color #6F192E: hue angle of 345.35º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F192E is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1112546-
CMYK00.770.590.56
HSL345.35º63.24%26.67%-
HSV(B)345.35º77.48%43.53%-
XYZ7.44.273.02-
YUV53.11123.99169.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.99%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=60.99%
G=13.74%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111254600.770.590.56345.3563.2426.67
Hex6F192E04D3B381593f1b
Octal1573156011573705317733
Binary1101111110011011100100110111101111100010101100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,46); }

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

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

 a { background-color: rgb(111,25,46); }

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

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

 span { border-color: rgb(111,25,46); }

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