#691132

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

Shades of Claret #691132

Tints of Claret #691132

Color information

#691132 (or 0x691132) is unknown color: approx Claret. HEX triplet: 69, 11 and 32. RGB value is (105,17,50). Sum of RGB (Red+Green+Blue) = 105+17+50=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #691132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691132 is #96EECD. Grayscale: #2F2F2F. Windows color (decimal): -9891534 or 3281257. OLE color: 3281257.

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

Color convert

RGB1051750-
CMYK00.840.520.59
HSL337.5º72.13%23.92%-
HSV(B)337.5º83.81%41.18%-
XYZ6.63.633.37-
YUV47.07129.65169.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.05%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=61.05%
G=9.88%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105175000.840.520.59337.572.1323.92
Hex691132054343B1524818
Octal15121620124647352211030
Binary11010011000111001001010100110100111011101010010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691132; }

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

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

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

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

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

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

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

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