Html Css Color HEX #700C1A Pohutukawa

📋 copy color: '#700C1A'

red 112 ◦ green 12 ◦ blue 26

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

Shades of Pohutukawa #700C1A

Tints of Pohutukawa #700C1A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8%

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 74.67%
G = 8%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#700C1A (or 0x700C1A) is known color: Pohutukawa. HEX triplet: 70, 0C and 1A. RGB value is (112,12,26). Sum of RGB (Red+Green+Blue) = 112+12+26=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #700C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C1A is #8FF3E5. Grayscale: #2B2B2B. Windows color (decimal): -9434086 or 1707120. OLE color: 1707120.

HSL color Cylindrical-coordinate representation of color #700C1A: hue angle of 351.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C1A is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 12 26 -
CMYK 0 0.89 0.77 0.56
HSL 351.6º 0.81% 0.24% -
HSV(B) 351.6º 0.89% 0.44% -
XYZ 7 3.78 1.34 -
YUV 43.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 112 12 26 0 0.89 0.77 0.56 351.6 0.81 0.24
Hex 70 C 1A 0 59 4D 38 160 51 18
Octal 160 14 32 0 131 115 70 540 121 30
Binary 1110000 1100 11010 0 1011001 1001101 111000 101100000 1010001 11000

Color Harmonies of #700C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C1A

Black with #700C1A

Text Example


Text Example

White with #700C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,12,26); }

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

background-color css

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

 a { background-color: rgb(112,12,26); }

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

border-color css

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

 span { border-color: rgb(112,12,26); }

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