#671519

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

Shades of Pohutukawa #671519

Tints of Pohutukawa #671519

Color information

#671519 (or 0x671519) is unknown color: approx Pohutukawa. HEX triplet: 67, 15 and 19. RGB value is (103,21,25). Sum of RGB (Red+Green+Blue) = 103+21+25=149 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.13% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 103 - color contains mainly: red. Hex color #671519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671519 is #98EAE6. Grayscale: #2E2E2E. Windows color (decimal): -10021607 or 1643879. OLE color: 1643879.

HSL color Cylindrical-coordinate representation of color #671519: hue angle of 357.07º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671519 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB1032125-
CMYK00.800.760.60
HSL357.07º66.13%24.31%-
HSV(B)357.07º79.61%40.39%-
XYZ6.043.491.28-
YUV45.97116.17168.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 69.13%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 25 (10.16% from 255) = 16.78%
R=69.13%
G=14.09%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103212500.800.760.60357.0766.1324.31
Hex6715190504C3C1654218
Octal147253101201147454510230
Binary11001111010111001010100001001100111100101100101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671519; }

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

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

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

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

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

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

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

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