#671426

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

Shades of Pohutukawa #671426

Tints of Pohutukawa #671426

Color information

#671426 (or 0x671426) is unknown color: approx Pohutukawa. HEX triplet: 67, 14 and 26. RGB value is (103,20,38). Sum of RGB (Red+Green+Blue) = 103+20+38=161 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.98% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 103 - color contains mainly: red. Hex color #671426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671426 is #98EBD9. Grayscale: #2E2E2E. Windows color (decimal): -10021850 or 2495591. OLE color: 2495591.

HSL color Cylindrical-coordinate representation of color #671426: hue angle of 346.99º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671426 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB1032038-
CMYK00.810.630.60
HSL346.99º67.48%24.12%-
HSV(B)346.99º80.58%40.39%-
XYZ6.193.522.19-
YUV46.87123168.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.98%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=63.98%
G=12.42%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103203800.810.630.60346.9967.4824.12
Hex6714260513F3C15b4318
Octal14724460121777453310330
Binary11001111010010011001010001111111111100101011011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671426; }

 p { color: rgb(103,20,38); }

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

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

 a { background-color: rgb(103,20,38); }

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

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

 span { border-color: rgb(103,20,38); }

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