#671011

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

Shades of Pohutukawa #671011

Tints of Pohutukawa #671011

Color information

#671011 (or 0x671011) is unknown color: approx Pohutukawa. HEX triplet: 67, 10 and 11. RGB value is (103,16,17). Sum of RGB (Red+Green+Blue) = 103+16+17=136 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.74% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 103 - color contains mainly: red. Hex color #671011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671011 is #98EFEE. Grayscale: #2A2A2A. Windows color (decimal): -10022895 or 1118311. OLE color: 1118311.

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

Color convert

RGB1031617-
CMYK00.840.830.60
HSL359.31º73.11%23.33%-
HSV(B)359.31º84.47%40.39%-
XYZ5.883.290.86-
YUV42.13113.82171.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 75.74%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=75.74%
G=11.76%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103161700.840.830.60359.3173.1123.33
Hex671011054533C1674917
Octal147202101241237454711127
Binary11001111000010001010101001010011111100101100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671011; }

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

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

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

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

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

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

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

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