#6F1838

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

Shades of Claret #6F1838

Tints of Claret #6F1838

Color information

#6F1838 (or 0x6F1838) is unknown color: approx Claret. HEX triplet: 6F, 18 and 38. RGB value is (111,24,56). Sum of RGB (Red+Green+Blue) = 111+24+56=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1838 is #90E7C7. Grayscale: #353535. Windows color (decimal): -9496520 or 3676271. OLE color: 3676271.

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

Color convert

RGB1112456-
CMYK00.780.500.56
HSL337.93º64.44%26.47%-
HSV(B)337.93º78.38%43.53%-
XYZ7.64.324.17-
YUV53.66129.32168.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.12%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 56 (22.27% from 255) = 29.32%
R=58.12%
G=12.57%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111245600.780.500.56337.9364.4426.47
Hex6F183804E3238152401a
Octal15730700116627052210032
Binary11011111100011100001001110110010111000101010010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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