#69182F

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

Shades of Claret #69182F

Tints of Claret #69182F

Color information

#69182F (or 0x69182F) is unknown color: approx Claret. HEX triplet: 69, 18 and 2F. RGB value is (105,24,47). Sum of RGB (Red+Green+Blue) = 105+24+47=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #69182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69182F is #96E7D0. Grayscale: #323232. Windows color (decimal): -9889745 or 3086441. OLE color: 3086441.

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

Color convert

RGB1052447-
CMYK00.770.550.59
HSL342.96º62.79%25.29%-
HSV(B)342.96º77.14%41.18%-
XYZ6.673.863.08-
YUV50.84125.84166.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.66%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=59.66%
G=13.64%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105244700.770.550.59342.9662.7925.29
Hex69182F04D373B1573f19
Octal1513057011567735277731
Binary1101001110001011110100110111011111101110101011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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