#692233

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

Shades of Claret #692233

Tints of Claret #692233

Color information

#692233 (or 0x692233) is unknown color: approx Claret. HEX triplet: 69, 22 and 33. RGB value is (105,34,51). Sum of RGB (Red+Green+Blue) = 105+34+51=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #692233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692233 is #96DDCC. Grayscale: #393939. Windows color (decimal): -9887181 or 3351145. OLE color: 3351145.

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

Color convert

RGB1053451-
CMYK00.680.510.59
HSL345.63º51.08%27.25%-
HSV(B)345.63º67.62%41.18%-
XYZ74.393.61-
YUV57.17124.52162.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 34 (13.67% from 255) = 17.89%
BLUE value IS 51 (20.31% from 255) = 26.84%
R=55.26%
G=17.89%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105345100.680.510.59345.6351.0827.25
Hex692233044333B15a331b
Octal1514263010463735326333
Binary11010011000101100110100010011001111101110101101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692233; }

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

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

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

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

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

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

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

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