#691F33

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

Shades of Claret #691F33

Tints of Claret #691F33

Color information

#691F33 (or 0x691F33) is unknown color: approx Claret. HEX triplet: 69, 1F and 33. RGB value is (105,31,51). Sum of RGB (Red+Green+Blue) = 105+31+51=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #691F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691F33 is #96E0CC. Grayscale: #373737. Windows color (decimal): -9887949 or 3350377. OLE color: 3350377.

HSL color Cylindrical-coordinate representation of color #691F33: hue angle of 343.78º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #691F33 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1053151-
CMYK00.700.510.59
HSL343.78º54.41%26.67%-
HSV(B)343.78º70.48%41.18%-
XYZ6.914.223.58-
YUV55.41125.52163.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 31 (12.5% from 255) = 16.58%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=56.15%
G=16.58%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105315100.700.510.59343.7854.4126.67
Hex691F33046333B158361b
Octal1513763010663735306633
Binary1101001111111100110100011011001111101110101100011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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