#691435

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

Shades of Claret #691435

Tints of Claret #691435

Color information

#691435 (or 0x691435) is unknown color: approx Claret. HEX triplet: 69, 14 and 35. RGB value is (105,20,53). Sum of RGB (Red+Green+Blue) = 105+20+53=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #691435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691435 is #96EBCA. Grayscale: #313131. Windows color (decimal): -9890763 or 3478633. OLE color: 3478633.

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

Color convert

RGB1052053-
CMYK00.810.500.59
HSL336.71º68%24.51%-
HSV(B)336.71º80.95%41.18%-
XYZ6.723.763.74-
YUV49.18130.16167.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.99%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=58.99%
G=11.24%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105205300.810.500.59336.716824.51
Hex691435051323B1514419
Octal15124650121627352110431
Binary11010011010011010101010001110010111011101010001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691435; }

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

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

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

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

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

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

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

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