#671019

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

Shades of Pohutukawa #671019

Tints of Pohutukawa #671019

Color information

#671019 (or 0x671019) is unknown color: approx Pohutukawa. HEX triplet: 67, 10 and 19. RGB value is (103,16,25). Sum of RGB (Red+Green+Blue) = 103+16+25=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #671019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671019 is #98EFE6. Grayscale: #2B2B2B. Windows color (decimal): -10022887 or 1642599. OLE color: 1642599.

HSL color Cylindrical-coordinate representation of color #671019: hue angle of 353.79º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671019 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB1031625-
CMYK00.840.760.60
HSL353.79º73.11%23.33%-
HSV(B)353.79º84.47%40.39%-
XYZ5.953.321.25-
YUV43.04117.82170.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 71.53%
GREEN value IS 16 (6.64% from 255) = 11.11%
BLUE value IS 25 (10.16% from 255) = 17.36%
R=71.53%
G=11.11%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103162500.840.760.60353.7973.1123.33
Hex6710190544C3C1624917
Octal147203101241147454211127
Binary11001111000011001010101001001100111100101100010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671019; }

 p { color: rgb(103,16,25); }

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

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

 a { background-color: rgb(103,16,25); }

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

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

 span { border-color: rgb(103,16,25); }

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