#650512

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

Shades of Pohutukawa #650512

Tints of Pohutukawa #650512

Color information

#650512 (or 0x650512) is unknown color: approx Pohutukawa. HEX triplet: 65, 05 and 12. RGB value is (101,5,18). Sum of RGB (Red+Green+Blue) = 101+5+18=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #650512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650512 is #9AFAED. Grayscale: #232323. Windows color (decimal): -10156782 or 1181029. OLE color: 1181029.

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

Color convert

RGB101518-
CMYK00.950.820.60
HSL351.88º90.57%20.78%-
HSV(B)351.88º95.05%39.61%-
XYZ5.532.920.84-
YUV35.19118.3174.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 81.45%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=81.45%
G=4.03%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10151800.950.820.60351.8890.5720.78
Hex6551205F523C1605b15
Octal14552201371227454013325
Binary110010110110010010111111010010111100101100000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650512; }

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

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

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

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

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

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

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

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