#682533

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

Shades of Claret #682533

Tints of Claret #682533

Color information

#682533 (or 0x682533) is unknown color: approx Claret. HEX triplet: 68, 25 and 33. RGB value is (104,37,51). Sum of RGB (Red+Green+Blue) = 104+37+51=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #682533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682533 is #97DACC. Grayscale: #3A3A3A. Windows color (decimal): -9951949 or 3351912. OLE color: 3351912.

HSL color Cylindrical-coordinate representation of color #682533: hue angle of 347.46º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #682533 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1043751-
CMYK00.640.510.59
HSL347.46º47.52%27.65%-
HSV(B)347.46º64.42%40.78%-
XYZ6.974.513.63-
YUV58.63123.7160.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 51 (20.31% from 255) = 26.56%
R=54.17%
G=19.27%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104375100.640.510.59347.4647.5227.65
Hex682533040333B15b301c
Octal1504563010063735336034
Binary11010001001011100110100000011001111101110101101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682533; }

 p { color: rgb(104,37,51); }

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

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

 a { background-color: rgb(104,37,51); }

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

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

 span { border-color: rgb(104,37,51); }

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