#702634

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

Shades of Claret #702634

Tints of Claret #702634

Color information

#702634 (or 0x702634) is unknown color: approx Claret. HEX triplet: 70, 26 and 34. RGB value is (112,38,52). Sum of RGB (Red+Green+Blue) = 112+38+52=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #702634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702634 is #8FD9CB. Grayscale: #3D3D3D. Windows color (decimal): -9427404 or 3417712. OLE color: 3417712.

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

Color convert

RGB1123852-
CMYK00.660.540.56
HSL348.65º49.33%29.41%-
HSV(B)348.65º66.07%43.92%-
XYZ85.083.81-
YUV61.72122.52163.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 52 (20.70% from 255) = 25.74%
R=55.45%
G=18.81%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112385200.660.540.56348.6549.3329.41
Hex702634042363815d311d
Octal1604664010266705356135
Binary11100001001101101000100001011011011100010101110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702634; }

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

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

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

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

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

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

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

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