Html Css Color HEX #701022 Pohutukawa

📋 copy color: '#701022'

red 112 ◦ green 16 ◦ blue 34

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

Shades of Pohutukawa #701022

Tints of Pohutukawa #701022

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 value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#701022 (or 0x701022) is known color: 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

RGB 112 16 34 -
CMYK 0 0.86 0.70 0.56
HSL 348.75º 0.75% 0.25% -
HSV(B) 348.75º 0.86% 0.44% -
XYZ 7.16 3.93 1.89 -
YUV 46.76 120.8 174.54 -
System Red Green Blue C M Y K H S L
Decimal 112 16 34 0 0.86 0.70 0.56 348.75 0.75 0.25
Hex 70 10 22 0 56 46 38 15D 4B 19
Octal 160 20 42 0 126 106 70 535 113 31
Binary 1110000 10000 100010 0 1010110 1000110 111000 101011101 1001011 11001

Color Harmonies of #701022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701022

Black with #701022

Text Example


Text Example

White with #701022

Text Example


Text Example

HTML Codes & Css Web 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>