#702631

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

Shades of Claret #702631

Tints of Claret #702631

Color information

#702631 (or 0x702631) is unknown color: approx Claret. HEX triplet: 70, 26 and 31. RGB value is (112,38,49). Sum of RGB (Red+Green+Blue) = 112+38+49=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #702631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702631 is #8FD9CE. Grayscale: #3D3D3D. Windows color (decimal): -9427407 or 3221104. OLE color: 3221104.

HSL color Cylindrical-coordinate representation of color #702631: hue angle of 351.08º 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 #702631 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB1123849-
CMYK00.660.560.56
HSL351.08º49.33%29.41%-
HSV(B)351.08º66.07%43.92%-
XYZ7.935.053.46-
YUV61.38121.02164.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=56.28%
G=19.10%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112384900.660.560.56351.0849.3329.41
Hex702631042383815f311d
Octal1604661010270705376135
Binary11100001001101100010100001011100011100010101111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702631; }

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

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

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

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

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

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

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

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