#691830

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

Shades of Claret #691830

Tints of Claret #691830

Color information

#691830 (or 0x691830) is unknown color: approx Claret. HEX triplet: 69, 18 and 30. RGB value is (105,24,48). Sum of RGB (Red+Green+Blue) = 105+24+48=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #691830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691830 is #96E7CF. Grayscale: #323232. Windows color (decimal): -9889744 or 3151977. OLE color: 3151977.

HSL color Cylindrical-coordinate representation of color #691830: hue angle of 342.22º 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 #691830 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB1052448-
CMYK00.770.540.59
HSL342.22º62.79%25.29%-
HSV(B)342.22º77.14%41.18%-
XYZ6.693.873.19-
YUV50.96126.34166.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.32%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=59.32%
G=13.56%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105244800.770.540.59342.2262.7925.29
Hex69183004D363B1563f19
Octal1513060011566735267731
Binary1101001110001100000100110111011011101110101011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691830; }

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

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

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

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

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

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

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

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