Html Css Color HEX #700F28 Pohutukawa

📋 copy color: '#700F28'

red 112 ◦ green 15 ◦ blue 40

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

Shades of Pohutukawa #700F28

Tints of Pohutukawa #700F28

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.98%

 BLUE value IS 40 (16.02% from 255) = 23.95%

R = 67.07%
G = 8.98%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#700F28 (or 0x700F28) is known color: Pohutukawa. HEX triplet: 70, 0F and 28. RGB value is (112,15,40). Sum of RGB (Red+Green+Blue) = 112+15+40=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #700F28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F28 is #8FF0D7. Grayscale: #2E2E2E. Windows color (decimal): -9433304 or 2625392. OLE color: 2625392.

HSL color Cylindrical-coordinate representation of color #700F28: hue angle of 344.54º 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 #700F28 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 15 40 -
CMYK 0 0.87 0.64 0.56
HSL 344.54º 0.76% 0.25% -
HSV(B) 344.54º 0.87% 0.44% -
XYZ 7.24 3.94 2.39 -
YUV 46.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 112 15 40 0 0.87 0.64 0.56 344.54 0.76 0.25
Hex 70 F 28 0 57 40 38 159 4C 19
Octal 160 17 50 0 127 100 70 531 114 31
Binary 1110000 1111 101000 0 1010111 1000000 111000 101011001 1001100 11001

Color Harmonies of #700F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F28

Black with #700F28

Text Example


Text Example

White with #700F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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