#6F182D

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

Shades of Claret #6F182D

Tints of Claret #6F182D

Color information

#6F182D (or 0x6F182D) is unknown color: approx Claret. HEX triplet: 6F, 18 and 2D. RGB value is (111,24,45). Sum of RGB (Red+Green+Blue) = 111+24+45=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F182D is #90E7D2. Grayscale: #343434. Windows color (decimal): -9496531 or 2955375. OLE color: 2955375.

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

Color convert

RGB1112445-
CMYK00.780.590.56
HSL345.52º64.44%26.47%-
HSV(B)345.52º78.38%43.53%-
XYZ7.364.222.91-
YUV52.41123.82169.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 61.67%
GREEN value IS 24 (9.77% from 255) = 13.33%
BLUE value IS 45 (17.97% from 255) = 25%
R=61.67%
G=13.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111244500.780.590.56345.5264.4426.47
Hex6F182D04E3B3815a401a
Octal15730550116737053210032
Binary11011111100010110101001110111011111000101011010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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