#69222F

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

Shades of Claret #69222F

Tints of Claret #69222F

Color information

#69222F (or 0x69222F) is unknown color: approx Claret. HEX triplet: 69, 22 and 2F. RGB value is (105,34,47). Sum of RGB (Red+Green+Blue) = 105+34+47=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #69222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69222F is #96DDD0. Grayscale: #383838. Windows color (decimal): -9887185 or 3089001. OLE color: 3089001.

HSL color Cylindrical-coordinate representation of color #69222F: hue angle of 349.01º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69222F is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1053447-
CMYK00.680.550.59
HSL349.01º51.08%27.25%-
HSV(B)349.01º67.62%41.18%-
XYZ6.914.353.17-
YUV56.71122.52162.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.45%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 47 (18.75% from 255) = 25.27%
R=56.45%
G=18.28%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105344700.680.550.59349.0151.0827.25
Hex69222F044373B15d331b
Octal1514257010467735356333
Binary11010011000101011110100010011011111101110101110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69222F; }

 p { color: rgb(105,34,47); }

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

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

 a { background-color: rgb(105,34,47); }

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

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

 span { border-color: rgb(105,34,47); }

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