Html Css Color HEX #701029 Pohutukawa

📋 copy color: '#701029'

red 112 ◦ green 16 ◦ blue 41

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

Shades of Pohutukawa #701029

Tints of Pohutukawa #701029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.26%

R = 66.27%
G = 9.47%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#701029 (or 0x701029) is known color: Pohutukawa. HEX triplet: 70, 10 and 29. RGB value is (112,16,41). Sum of RGB (Red+Green+Blue) = 112+16+41=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #701029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701029 is #8FEFD6. Grayscale: #2F2F2F. Windows color (decimal): -9433047 or 2691184. OLE color: 2691184.

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

Color convert

RGB 112 16 41 -
CMYK 0 0.86 0.63 0.56
HSL 344.38º 0.75% 0.25% -
HSV(B) 344.38º 0.86% 0.44% -
XYZ 7.27 3.98 2.48 -
YUV 47.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 112 16 41 0 0.86 0.63 0.56 344.38 0.75 0.25
Hex 70 10 29 0 56 3F 38 158 4B 19
Octal 160 20 51 0 126 77 70 530 113 31
Binary 1110000 10000 101001 0 1010110 111111 111000 101011000 1001011 11001

Color Harmonies of #701029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701029

Black with #701029

Text Example


Text Example

White with #701029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701029; }

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

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

background-color css

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

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

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

border-color css

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

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

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