#671115

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

Shades of Pohutukawa #671115

Tints of Pohutukawa #671115

Color information

#671115 (or 0x671115) is unknown color: approx Pohutukawa. HEX triplet: 67, 11 and 15. RGB value is (103,17,21). Sum of RGB (Red+Green+Blue) = 103+17+21=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #671115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671115 is #98EEEA. Grayscale: #2B2B2B. Windows color (decimal): -10022635 or 1380711. OLE color: 1380711.

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

Color convert

RGB1031721-
CMYK00.830.800.60
HSL357.21º71.67%23.53%-
HSV(B)357.21º83.5%40.39%-
XYZ5.933.341.04-
YUV43.17115.49170.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 73.05%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 21 (8.59% from 255) = 14.89%
R=73.05%
G=12.06%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103172100.830.800.60357.2171.6723.53
Hex671115053503C1654818
Octal147212501231207454511030
Binary11001111000110101010100111010000111100101100101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671115; }

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

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

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

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

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

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

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

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