#701022

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

Shades of Pohutukawa #701022

Tints of Pohutukawa #701022

Color information

#701022 (or 0x701022) is unknown color: approx Pohutukawa. HEX triplet: 70, 10 and 22. RGB value is (112,16,34). Sum of RGB (Red+Green+Blue) = 112+16+34=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #701022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701022 is #8FEFDD. Grayscale: #2E2E2E. Windows color (decimal): -9433054 or 2232432. OLE color: 2232432.

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

Color convert

RGB1121634-
CMYK00.860.700.56
HSL348.75º75%25.1%-
HSV(B)348.75º85.71%43.92%-
XYZ7.163.931.89-
YUV46.76120.8174.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.14%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 34 (13.67% from 255) = 20.99%
R=69.14%
G=9.88%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112163400.860.700.56348.757525.1
Hex701022056463815d4b19
Octal160204201261067053511331
Binary111000010000100010010101101000110111000101011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701022; }

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

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

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

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

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

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

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

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