#670511

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

Shades of Pohutukawa #670511

Tints of Pohutukawa #670511

Color information

#670511 (or 0x670511) is unknown color: approx Pohutukawa. HEX triplet: 67, 05 and 11. RGB value is (103,5,17). Sum of RGB (Red+Green+Blue) = 103+5+17=125 (16% of max value = 765). Red value is 103 (40.62% from 255 or 82.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 103 - color contains mainly: red. Hex color #670511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670511 is #98FAEE. Grayscale: #232323. Windows color (decimal): -10025711 or 1115495. OLE color: 1115495.

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

Color convert

RGB103517-
CMYK00.950.830.60
HSL352.65º90.74%21.18%-
HSV(B)352.65º95.15%40.39%-
XYZ5.753.030.81-
YUV35.67117.47176.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 82.4%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 17 (7.03% from 255) = 13.6%
R=82.4%
G=4%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10351700.950.830.60352.6590.7421.18
Hex6751105F533C1615b15
Octal14752101371237454113325
Binary110011110110001010111111010011111100101100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670511; }

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

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

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

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

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

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

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

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