#671427

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

Shades of Pohutukawa #671427

Tints of Pohutukawa #671427

Color information

#671427 (or 0x671427) is unknown color: approx Pohutukawa. HEX triplet: 67, 14 and 27. RGB value is (103,20,39). Sum of RGB (Red+Green+Blue) = 103+20+39=162 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.58% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 103 - color contains mainly: red. Hex color #671427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671427 is #98EBD8. Grayscale: #2E2E2E. Windows color (decimal): -10021849 or 2561127. OLE color: 2561127.

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

Color convert

RGB1032039-
CMYK00.810.620.60
HSL346.27º67.48%24.12%-
HSV(B)346.27º80.58%40.39%-
XYZ6.213.532.27-
YUV46.98123.5167.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.58%
GREEN value IS 20 (8.20% from 255) = 12.35%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=63.58%
G=12.35%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103203900.810.620.60346.2767.4824.12
Hex6714270513E3C15a4318
Octal14724470121767453210330
Binary11001111010010011101010001111110111100101011010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671427; }

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

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

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

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

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

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

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

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