#691130

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

Shades of Claret #691130

Tints of Claret #691130

Color information

#691130 (or 0x691130) is unknown color: approx Claret. HEX triplet: 69, 11 and 30. RGB value is (105,17,48). Sum of RGB (Red+Green+Blue) = 105+17+48=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #691130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691130 is #96EECF. Grayscale: #2E2E2E. Windows color (decimal): -9891536 or 3150185. OLE color: 3150185.

HSL color Cylindrical-coordinate representation of color #691130: hue angle of 338.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691130 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB1051748-
CMYK00.840.540.59
HSL338.86º72.13%23.92%-
HSV(B)338.86º83.81%41.18%-
XYZ6.563.623.15-
YUV46.85128.65169.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.76%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=61.76%
G=10%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105174800.840.540.59338.8672.1323.92
Hex691130054363B1534818
Octal15121600124667352311030
Binary11010011000111000001010100110110111011101010011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691130; }

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

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

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

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

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

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

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

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