#692136

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

Shades of Claret #692136

Tints of Claret #692136

Color information

#692136 (or 0x692136) is unknown color: approx Claret. HEX triplet: 69, 21 and 36. RGB value is (105,33,54). Sum of RGB (Red+Green+Blue) = 105+33+54=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #692136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692136 is #96DEC9. Grayscale: #383838. Windows color (decimal): -9887434 or 3547497. OLE color: 3547497.

HSL color Cylindrical-coordinate representation of color #692136: hue angle of 342.5º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #692136 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB1053354-
CMYK00.690.490.59
HSL342.5º52.17%27.06%-
HSV(B)342.5º68.57%41.18%-
XYZ7.044.363.96-
YUV56.92126.35162.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.69%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 54 (21.48% from 255) = 28.12%
R=54.69%
G=17.19%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105335400.690.490.59342.552.1727.06
Hex692136045313B156341b
Octal1514166010561735266433
Binary11010011000011101100100010111000111101110101011011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692136; }

 p { color: rgb(105,33,54); }

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

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

 a { background-color: rgb(105,33,54); }

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

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

 span { border-color: rgb(105,33,54); }

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