#702633

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

Shades of Claret #702633

Tints of Claret #702633

Color information

#702633 (or 0x702633) is unknown color: approx Claret. HEX triplet: 70, 26 and 33. RGB value is (112,38,51). Sum of RGB (Red+Green+Blue) = 112+38+51=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #702633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702633 is #8FD9CC. Grayscale: #3D3D3D. Windows color (decimal): -9427405 or 3352176. OLE color: 3352176.

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

Color convert

RGB1123851-
CMYK00.660.540.56
HSL349.46º49.33%29.41%-
HSV(B)349.46º66.07%43.92%-
XYZ7.975.073.69-
YUV61.61122.02163.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.72%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=55.72%
G=18.91%
B=25.37%

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
Decimal112385100.660.540.56349.4649.3329.41
Hex702633042363815d311d
Octal1604663010266705356135
Binary11100001001101100110100001011011011100010101110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702633; }

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

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

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

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

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

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

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

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