#681232

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

Shades of Claret #681232

Tints of Claret #681232

Color information

#681232 (or 0x681232) is unknown color: approx Claret. HEX triplet: 68, 12 and 32. RGB value is (104,18,50). Sum of RGB (Red+Green+Blue) = 104+18+50=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #681232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681232 is #97EDCD. Grayscale: #2F2F2F. Windows color (decimal): -9956814 or 3281512. OLE color: 3281512.

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

Color convert

RGB1041850-
CMYK00.830.520.59
HSL337.67º70.49%23.92%-
HSV(B)337.67º82.69%40.78%-
XYZ6.53.613.37-
YUV47.36129.49168.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=60.47%
G=10.47%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104185000.830.520.59337.6770.4923.92
Hex681232053343B1524618
Octal15022620123647352210630
Binary11010001001011001001010011110100111011101010010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681232; }

 p { color: rgb(104,18,50); }

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

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

 a { background-color: rgb(104,18,50); }

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

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

 span { border-color: rgb(104,18,50); }

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