#702638

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

Shades of Claret #702638

Tints of Claret #702638

Color information

#702638 (or 0x702638) is unknown color: approx Claret. HEX triplet: 70, 26 and 38. RGB value is (112,38,56). Sum of RGB (Red+Green+Blue) = 112+38+56=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #702638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702638 is #8FD9C7. Grayscale: #3E3E3E. Windows color (decimal): -9427400 or 3679856. OLE color: 3679856.

HSL color Cylindrical-coordinate representation of color #702638: hue angle of 345.41º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702638 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1123856-
CMYK00.660.500.56
HSL345.41º49.33%29.41%-
HSV(B)345.41º66.07%43.92%-
XYZ8.095.124.3-
YUV62.18124.52163.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=54.37%
G=18.45%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112385600.660.500.56345.4149.3329.41
Hex7026380423238159311d
Octal1604670010262705316135
Binary11100001001101110000100001011001011100010101100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702638; }

 p { color: rgb(112,38,56); }

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

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

 a { background-color: rgb(112,38,56); }

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

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

 span { border-color: rgb(112,38,56); }

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