#69192E

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

Shades of Claret #69192E

Tints of Claret #69192E

Color information

#69192E (or 0x69192E) is unknown color: approx Claret. HEX triplet: 69, 19 and 2E. RGB value is (105,25,46). Sum of RGB (Red+Green+Blue) = 105+25+46=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #69192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69192E is #96E6D1. Grayscale: #333333. Windows color (decimal): -9889490 or 3021161. OLE color: 3021161.

HSL color Cylindrical-coordinate representation of color #69192E: hue angle of 344.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69192E is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1052546-
CMYK00.760.560.59
HSL344.25º61.54%25.49%-
HSV(B)344.25º76.19%41.18%-
XYZ6.673.92.99-
YUV51.31125166.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.66%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=59.66%
G=14.20%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105254600.760.560.59344.2561.5425.49
Hex69192E04C383B1583e19
Octal1513156011470735307631
Binary1101001110011011100100110011100011101110101100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69192E; }

 p { color: rgb(105,25,46); }

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

<style>
 a { background-color: #69192E; }

 a { background-color: rgb(105,25,46); }

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

<style>
 span { border-color: #69192E; }

 span { border-color: rgb(105,25,46); }

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