#692532

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

Shades of Claret #692532

Tints of Claret #692532

Color information

#692532 (or 0x692532) is unknown color: approx Claret. HEX triplet: 69, 25 and 32. RGB value is (105,37,50). Sum of RGB (Red+Green+Blue) = 105+37+50=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #692532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692532 is #96DACD. Grayscale: #3A3A3A. Windows color (decimal): -9886414 or 3286377. OLE color: 3286377.

HSL color Cylindrical-coordinate representation of color #692532: hue angle of 348.53º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #692532 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB1053750-
CMYK00.650.520.59
HSL348.53º47.89%27.84%-
HSV(B)348.53º64.76%41.18%-
XYZ7.064.563.52-
YUV58.81123.03160.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.69%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 50 (19.92% from 255) = 26.04%
R=54.69%
G=19.27%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105375000.650.520.59348.5347.8927.84
Hex692532041343B15d301c
Octal1514562010164735356034
Binary11010011001011100100100000111010011101110101110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692532; }

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

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

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

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

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

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

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

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