#701013

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

Shades of Pohutukawa #701013

Tints of Pohutukawa #701013

Color information

#701013 (or 0x701013) is unknown color: approx Pohutukawa. HEX triplet: 70, 10 and 13. RGB value is (112,16,19). Sum of RGB (Red+Green+Blue) = 112+16+19=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #701013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701013 is #8FEFEC. Grayscale: #2D2D2D. Windows color (decimal): -9433069 or 1249392. OLE color: 1249392.

HSL color Cylindrical-coordinate representation of color #701013: hue angle of 358.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701013 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB1121619-
CMYK00.860.830.56
HSL358.12º75%25.1%-
HSV(B)358.12º85.71%43.92%-
XYZ6.983.860.99-
YUV45.05113.3175.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 76.19%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=76.19%
G=10.88%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112161900.860.830.56358.127525.1
Hex70101305653381664b19
Octal160202301261237054611331
Binary11100001000010011010101101010011111000101100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701013; }

 p { color: rgb(112,16,19); }

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

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

 a { background-color: rgb(112,16,19); }

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

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

 span { border-color: rgb(112,16,19); }

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