Html Css Color HEX #700D29 Pohutukawa

📋 copy color: '#700D29'

red 112 ◦ green 13 ◦ blue 41

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

Shades of Pohutukawa #700D29

Tints of Pohutukawa #700D29

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.83%

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

R = 67.47%
G = 7.83%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#700D29 (or 0x700D29) is known color: Pohutukawa. HEX triplet: 70, 0D and 29. RGB value is (112,13,41). Sum of RGB (Red+Green+Blue) = 112+13+41=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #700D29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D29 is #8FF2D6. Grayscale: #2D2D2D. Windows color (decimal): -9433815 or 2690416. OLE color: 2690416.

HSL color Cylindrical-coordinate representation of color #700D29: hue angle of 343.03º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700D29 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 13 41 -
CMYK 0 0.88 0.63 0.56
HSL 343.03º 0.79% 0.25% -
HSV(B) 343.03º 0.88% 0.44% -
XYZ 7.23 3.89 2.47 -
YUV 45.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 112 13 41 0 0.88 0.63 0.56 343.03 0.79 0.25
Hex 70 D 29 0 58 3F 38 157 4F 19
Octal 160 15 51 0 130 77 70 527 117 31
Binary 1110000 1101 101001 0 1011000 111111 111000 101010111 1001111 11001

Color Harmonies of #700D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D29

Black with #700D29

Text Example


Text Example

White with #700D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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