#69172F

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

Shades of Claret #69172F

Tints of Claret #69172F

Color information

#69172F (or 0x69172F) is unknown color: approx Claret. HEX triplet: 69, 17 and 2F. RGB value is (105,23,47). Sum of RGB (Red+Green+Blue) = 105+23+47=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #69172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69172F is #96E8D0. Grayscale: #323232. Windows color (decimal): -9890001 or 3086185. OLE color: 3086185.

HSL color Cylindrical-coordinate representation of color #69172F: hue angle of 342.44º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69172F is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1052347-
CMYK00.780.550.59
HSL342.44º64.06%25.1%-
HSV(B)342.44º78.1%41.18%-
XYZ6.653.823.08-
YUV50.25126.17167.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=60%
G=13.14%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105234700.780.550.59342.4464.0625.1
Hex69172F04E373B1564019
Octal15127570116677352610031
Binary11010011011110111101001110110111111011101010110100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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