#650415

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

Shades of Pohutukawa #650415

Tints of Pohutukawa #650415

Color information

#650415 (or 0x650415) is unknown color: approx Pohutukawa. HEX triplet: 65, 04 and 15. RGB value is (101,4,21). Sum of RGB (Red+Green+Blue) = 101+4+21=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #650415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650415 is #9AFBEA. Grayscale: #222222. Windows color (decimal): -10157035 or 1377381. OLE color: 1377381.

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

Color convert

RGB101421-
CMYK00.960.790.60
HSL349.48º92.38%20.59%-
HSV(B)349.48º96.04%39.61%-
XYZ5.552.910.98-
YUV34.94120.14175.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 80.16%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=80.16%
G=3.17%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10142100.960.790.60349.4892.3820.59
Hex654150604F3C15d5c15
Octal14542501401177453513425
Binary110010110010101011000001001111111100101011101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650415; }

 p { color: rgb(101,4,21); }

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

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

 a { background-color: rgb(101,4,21); }

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

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

 span { border-color: rgb(101,4,21); }

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