#69192F

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

Shades of Claret #69192F

Tints of Claret #69192F

Color information

#69192F (or 0x69192F) is unknown color: approx Claret. HEX triplet: 69, 19 and 2F. RGB value is (105,25,47). Sum of RGB (Red+Green+Blue) = 105+25+47=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #69192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69192F is #96E6D0. Grayscale: #333333. Windows color (decimal): -9889489 or 3086697. OLE color: 3086697.

HSL color Cylindrical-coordinate representation of color #69192F: hue angle of 343.5º 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 #69192F is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1052547-
CMYK00.760.550.59
HSL343.5º61.54%25.49%-
HSV(B)343.5º76.19%41.18%-
XYZ6.693.93.09-
YUV51.43125.5166.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.32%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=59.32%
G=14.12%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105254700.760.550.59343.561.5425.49
Hex69192F04C373B1583e19
Octal1513157011467735307631
Binary1101001110011011110100110011011111101110101100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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