#692534

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

Shades of Claret #692534

Tints of Claret #692534

Color information

#692534 (or 0x692534) is unknown color: approx Claret. HEX triplet: 69, 25 and 34. RGB value is (105,37,52). Sum of RGB (Red+Green+Blue) = 105+37+52=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #692534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692534 is #96DACB. Grayscale: #3B3B3B. Windows color (decimal): -9886412 or 3417449. OLE color: 3417449.

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

Color convert

RGB1053752-
CMYK00.650.500.59
HSL346.76º47.89%27.84%-
HSV(B)346.76º64.76%41.18%-
XYZ7.114.573.76-
YUV59.04124.03160.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.12%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 52 (20.70% from 255) = 26.80%
R=54.12%
G=19.07%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105375200.650.500.59346.7647.8927.84
Hex692534041323B15b301c
Octal1514564010162735336034
Binary11010011001011101000100000111001011101110101101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692534; }

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

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

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

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

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

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

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

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