#692335

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

Shades of Claret #692335

Tints of Claret #692335

Color information

#692335 (or 0x692335) is unknown color: approx Claret. HEX triplet: 69, 23 and 35. RGB value is (105,35,53). Sum of RGB (Red+Green+Blue) = 105+35+53=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #692335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692335 is #96DCCA. Grayscale: #393939. Windows color (decimal): -9886923 or 3482473. OLE color: 3482473.

HSL color Cylindrical-coordinate representation of color #692335: hue angle of 344.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #692335 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1053553-
CMYK00.670.500.59
HSL344.57º50%27.45%-
HSV(B)344.57º66.67%41.18%-
XYZ7.074.463.86-
YUV57.98125.19161.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.40%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=54.40%
G=18.13%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105355300.670.500.59344.575027.45
Hex692335043323B159321b
Octal1514365010362735316233
Binary11010011000111101010100001111001011101110101100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692335; }

 p { color: rgb(105,35,53); }

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

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

 a { background-color: rgb(105,35,53); }

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

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

 span { border-color: rgb(105,35,53); }

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