#671415

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

Shades of Pohutukawa #671415

Tints of Pohutukawa #671415

Color information

#671415 (or 0x671415) is unknown color: approx Pohutukawa. HEX triplet: 67, 14 and 15. RGB value is (103,20,21). Sum of RGB (Red+Green+Blue) = 103+20+21=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #671415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671415 is #98EBEA. Grayscale: #2D2D2D. Windows color (decimal): -10021867 or 1381479. OLE color: 1381479.

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

Color convert

RGB1032021-
CMYK00.810.800.60
HSL359.28º67.48%24.12%-
HSV(B)359.28º80.58%40.39%-
XYZ5.983.441.06-
YUV44.93114.5169.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 71.53%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=71.53%
G=13.89%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103202100.810.800.60359.2867.4824.12
Hex671415051503C1674318
Octal147242501211207454710330
Binary11001111010010101010100011010000111100101100111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671415; }

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

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

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

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

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

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

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

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