#701011

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

Shades of Pohutukawa #701011

Tints of Pohutukawa #701011

Color information

#701011 (or 0x701011) is unknown color: approx Pohutukawa. HEX triplet: 70, 10 and 11. RGB value is (112,16,17). Sum of RGB (Red+Green+Blue) = 112+16+17=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #701011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701011 is #8FEFEE. Grayscale: #2C2C2C. Windows color (decimal): -9433071 or 1118320. OLE color: 1118320.

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

Color convert

RGB1121617-
CMYK00.860.850.56
HSL359.38º75%25.1%-
HSV(B)359.38º85.71%43.92%-
XYZ6.973.860.91-
YUV44.82112.3175.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 77.24%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=77.24%
G=11.03%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112161700.860.850.56359.387525.1
Hex70101105655381674b19
Octal160202101261257054711331
Binary11100001000010001010101101010101111000101100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701011; }

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

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

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

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

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

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

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

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