#700f29

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

Shades of Pohutukawa #700F29

Tints of Pohutukawa #700F29

Color information

#700F29 (or 0x700F29) is unknown color: approx Pohutukawa. HEX triplet: 70, 0F and 29. RGB value is (112,15,41). Sum of RGB (Red+Green+Blue) = 112+15+41=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #700F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F29 is #8FF0D6. Grayscale: #2E2E2E. Windows color (decimal): -9433303 or 2690928. OLE color: 2690928.

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

Color convert

RGB1121541-
CMYK00.870.630.56
HSL343.92º76.38%24.9%-
HSV(B)343.92º86.61%43.92%-
XYZ7.253.952.48-
YUV46.97124.64174.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.67%
GREEN value IS 15 (6.25% from 255) = 8.93%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=66.67%
G=8.93%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112154100.870.630.56343.9276.3824.9
Hex70F290573F381584c19
Octal16017510127777053011431
Binary1110000111110100101010111111111111000101011000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700f29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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