#6F1E3A

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

Shades of Claret #6F1E3A

Tints of Claret #6F1E3A

Color information

#6F1E3A (or 0x6F1E3A) is unknown color: approx Claret. HEX triplet: 6F, 1E and 3A. RGB value is (111,30,58). Sum of RGB (Red+Green+Blue) = 111+30+58=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E3A is #90E1C5. Grayscale: #393939. Windows color (decimal): -9494982 or 3808879. OLE color: 3808879.

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

Color convert

RGB1113058-
CMYK00.730.480.56
HSL339.26º57.45%27.65%-
HSV(B)339.26º72.97%43.53%-
XYZ7.784.614.48-
YUV57.41128.34166.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 58 (23.05% from 255) = 29.15%
R=55.78%
G=15.08%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111305800.730.480.56339.2657.4527.65
Hex6F1E3A0493038153391c
Octal1573672011160705237134
Binary1101111111101110100100100111000011100010101001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,30,58); }

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

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

 a { background-color: rgb(111,30,58); }

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

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

 span { border-color: rgb(111,30,58); }

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