#6F1D2F

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

Shades of Claret #6F1D2F

Tints of Claret #6F1D2F

Color information

#6F1D2F (or 0x6F1D2F) is unknown color: approx Claret. HEX triplet: 6F, 1D and 2F. RGB value is (111,29,47). Sum of RGB (Red+Green+Blue) = 111+29+47=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1D2F is #90E2D0. Grayscale: #373737. Windows color (decimal): -9495249 or 3087727. OLE color: 3087727.

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

Color convert

RGB1112947-
CMYK00.740.580.56
HSL346.83º58.57%27.45%-
HSV(B)346.83º73.87%43.53%-
XYZ7.514.463.16-
YUV55.57123.17167.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.36%
GREEN value IS 29 (11.72% from 255) = 15.51%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=59.36%
G=15.51%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111294700.740.580.56346.8358.5727.45
Hex6F1D2F04A3A3815b3b1b
Octal1573557011272705337333
Binary1101111111011011110100101011101011100010101101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,29,47); }

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

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

 a { background-color: rgb(111,29,47); }

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

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

 span { border-color: rgb(111,29,47); }

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