#671418

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

Shades of Pohutukawa #671418

Tints of Pohutukawa #671418

Color information

#671418 (or 0x671418) is unknown color: approx Pohutukawa. HEX triplet: 67, 14 and 18. RGB value is (103,20,24). Sum of RGB (Red+Green+Blue) = 103+20+24=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #671418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671418 is #98EBE7. Grayscale: #2D2D2D. Windows color (decimal): -10021864 or 1578087. OLE color: 1578087.

HSL color Cylindrical-coordinate representation of color #671418: hue angle of 357.11º 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 #671418 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB1032024-
CMYK00.810.770.60
HSL357.11º67.48%24.12%-
HSV(B)357.11º80.58%40.39%-
XYZ6.013.451.21-
YUV45.27116169.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 70.07%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 24 (9.77% from 255) = 16.33%
R=70.07%
G=13.61%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103202400.810.770.60357.1167.4824.12
Hex6714180514D3C1654318
Octal147243001211157454510330
Binary11001111010011000010100011001101111100101100101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671418; }

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

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

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

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

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

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

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

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