#650518

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

Shades of Pohutukawa #650518

Tints of Pohutukawa #650518

Color information

#650518 (or 0x650518) is unknown color: approx Pohutukawa. HEX triplet: 65, 05 and 18. RGB value is (101,5,24). Sum of RGB (Red+Green+Blue) = 101+5+24=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #650518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650518 is #9AFAE7. Grayscale: #232323. Windows color (decimal): -10156776 or 1574245. OLE color: 1574245.

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

Color convert

RGB101524-
CMYK00.950.760.60
HSL348.12º90.57%20.78%-
HSV(B)348.12º95.05%39.61%-
XYZ5.592.941.14-
YUV35.87121.3174.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 77.69%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=77.69%
G=3.85%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10152400.950.760.60348.1290.5720.78
Hex6551805F4C3C15c5b15
Octal14553001371147453413325
Binary110010110111000010111111001100111100101011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650518; }

 p { color: rgb(101,5,24); }

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

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

 a { background-color: rgb(101,5,24); }

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

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

 span { border-color: rgb(101,5,24); }

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