#671116

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

Shades of Pohutukawa #671116

Tints of Pohutukawa #671116

Color information

#671116 (or 0x671116) is unknown color: approx Pohutukawa. HEX triplet: 67, 11 and 16. RGB value is (103,17,22). Sum of RGB (Red+Green+Blue) = 103+17+22=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #671116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671116 is #98EEE9. Grayscale: #2B2B2B. Windows color (decimal): -10022634 or 1446247. OLE color: 1446247.

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

Color convert

RGB1031722-
CMYK00.830.790.60
HSL356.51º71.67%23.53%-
HSV(B)356.51º83.5%40.39%-
XYZ5.943.341.09-
YUV43.28115.99170.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 72.54%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 22 (8.98% from 255) = 15.49%
R=72.54%
G=11.97%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103172200.830.790.60356.5171.6723.53
Hex6711160534F3C1654818
Octal147212601231177454511030
Binary11001111000110110010100111001111111100101100101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671116; }

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

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

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

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

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

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

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

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