#700E25

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

Shades of Pohutukawa #700E25

Tints of Pohutukawa #700E25

Color information

#700E25 (or 0x700E25) is unknown color: approx Pohutukawa. HEX triplet: 70, 0E and 25. RGB value is (112,14,37). Sum of RGB (Red+Green+Blue) = 112+14+37=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #700E25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E25 is #8FF1DA. Grayscale: #2D2D2D. Windows color (decimal): -9433563 or 2428528. OLE color: 2428528.

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

Color convert

RGB1121437-
CMYK00.880.670.56
HSL345.92º77.78%24.71%-
HSV(B)345.92º87.5%43.92%-
XYZ7.173.892.12-
YUV45.92122.97175.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.71%
GREEN value IS 14 (5.86% from 255) = 8.59%
BLUE value IS 37 (14.84% from 255) = 22.70%
R=68.71%
G=8.59%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112143700.880.670.56345.9277.7824.71
Hex70E25058433815a4e19
Octal160164501301037053211631
Binary11100001110100101010110001000011111000101011010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,14,37); }

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

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

 a { background-color: rgb(112,14,37); }

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

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

 span { border-color: rgb(112,14,37); }

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