#692533

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

Shades of Claret #692533

Tints of Claret #692533

Color information

#692533 (or 0x692533) is unknown color: approx Claret. HEX triplet: 69, 25 and 33. RGB value is (105,37,51). Sum of RGB (Red+Green+Blue) = 105+37+51=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #692533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692533 is #96DACC. Grayscale: #3A3A3A. Windows color (decimal): -9886413 or 3351913. OLE color: 3351913.

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

Color convert

RGB1053751-
CMYK00.650.510.59
HSL347.65º47.89%27.84%-
HSV(B)347.65º64.76%41.18%-
XYZ7.084.573.64-
YUV58.93123.53160.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.40%
GREEN value IS 37 (14.84% from 255) = 19.17%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=54.40%
G=19.17%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105375100.650.510.59347.6547.8927.84
Hex692533041333B15c301c
Octal1514563010163735346034
Binary11010011001011100110100000111001111101110101110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692533; }

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

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

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

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

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

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

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

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