#691E34

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

Shades of Claret #691E34

Tints of Claret #691E34

Color information

#691E34 (or 0x691E34) is unknown color: approx Claret. HEX triplet: 69, 1E and 34. RGB value is (105,30,52). Sum of RGB (Red+Green+Blue) = 105+30+52=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #691E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E34 is #96E1CB. Grayscale: #363636. Windows color (decimal): -9888204 or 3415657. OLE color: 3415657.

HSL color Cylindrical-coordinate representation of color #691E34: hue angle of 342.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #691E34 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1053052-
CMYK00.710.500.59
HSL342.4º55.56%26.47%-
HSV(B)342.4º71.43%41.18%-
XYZ6.914.183.69-
YUV54.93126.35163.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=56.15%
G=16.04%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105305200.710.500.59342.455.5626.47
Hex691E34047323B156381a
Octal1513664010762735267032
Binary1101001111101101000100011111001011101110101011011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691E34; }

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

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

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

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

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

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

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

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