Html Css Color HEX #701020 Pohutukawa

📋 copy color: '#701020'

red 112 ◦ green 16 ◦ blue 32

#701020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #701020

Tints of Pohutukawa #701020

RGB

 RED value IS 112 (44.14% from 255) = 70%

 GREEN value IS 16 (6.64% from 255) = 10%

 BLUE value IS 32 (12.89% from 255) = 20%

R = 70%
G = 10%
B = 20%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#701020 (or 0x701020) is known color: Pohutukawa. HEX triplet: 70, 10 and 20. RGB value is (112,16,32). Sum of RGB (Red+Green+Blue) = 112+16+32=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #701020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701020 is #8FEFDF. Grayscale: #2E2E2E. Windows color (decimal): -9433056 or 2101360. OLE color: 2101360.

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

Color convert

RGB 112 16 32 -
CMYK 0 0.86 0.71 0.56
HSL 350º 0.75% 0.25% -
HSV(B) 350º 0.86% 0.44% -
XYZ 7.13 3.92 1.75 -
YUV 46.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 112 16 32 0 0.86 0.71 0.56 350 0.75 0.25
Hex 70 10 20 0 56 47 38 15E 4B 19
Octal 160 20 40 0 126 107 70 536 113 31
Binary 1110000 10000 100000 0 1010110 1000111 111000 101011110 1001011 11001

Color Harmonies of #701020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701020

Black with #701020

Text Example


Text Example

White with #701020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701020; }

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

 H1.HeaderClassName
 {
   color: #701020;
 }
 .AnyTagClassName
 {
   color: #701020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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