#700F33

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

Shades of Claret #700F33

Tints of Claret #700F33

Color information

#700F33 (or 0x700F33) is unknown color: approx Claret. HEX triplet: 70, 0F and 33. RGB value is (112,15,51). Sum of RGB (Red+Green+Blue) = 112+15+51=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #700F33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F33 is #8FF0CC. Grayscale: #303030. Windows color (decimal): -9433293 or 3346288. OLE color: 3346288.

HSL color Cylindrical-coordinate representation of color #700F33: hue angle of 337.73º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #700F33 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1121551-
CMYK00.870.540.56
HSL337.73º76.38%24.9%-
HSV(B)337.73º86.61%43.92%-
XYZ7.454.033.52-
YUV48.11129.64173.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.92%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 51 (20.31% from 255) = 28.65%
R=62.92%
G=8.43%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112155100.870.540.56337.7376.3824.9
Hex70F3305736381524c19
Octal16017630127667052211431
Binary1110000111111001101010111110110111000101010010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700F33; }

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

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

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

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

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

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

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

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