#6F1A2F

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

Shades of Claret #6F1A2F

Tints of Claret #6F1A2F

Color information

#6F1A2F (or 0x6F1A2F) is unknown color: approx Claret. HEX triplet: 6F, 1A and 2F. RGB value is (111,26,47). Sum of RGB (Red+Green+Blue) = 111+26+47=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A2F is #90E5D0. Grayscale: #353535. Windows color (decimal): -9496017 or 3086959. OLE color: 3086959.

HSL color Cylindrical-coordinate representation of color #6F1A2F: hue angle of 345.18º degrees, saturation: 0.62, 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 #6F1A2F is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1112647-
CMYK00.770.580.56
HSL345.18º62.04%26.86%-
HSV(B)345.18º76.58%43.53%-
XYZ7.444.323.13-
YUV53.81124.16168.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.33%
GREEN value IS 26 (10.55% from 255) = 14.13%
BLUE value IS 47 (18.75% from 255) = 25.54%
R=60.33%
G=14.13%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111264700.770.580.56345.1862.0426.86
Hex6F1A2F04D3A381593e1b
Octal1573257011572705317633
Binary1101111110101011110100110111101011100010101100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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