#650514

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

Shades of Pohutukawa #650514

Tints of Pohutukawa #650514

Color information

#650514 (or 0x650514) is unknown color: approx Pohutukawa. HEX triplet: 65, 05 and 14. RGB value is (101,5,20). Sum of RGB (Red+Green+Blue) = 101+5+20=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #650514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650514 is #9AFAEB. Grayscale: #232323. Windows color (decimal): -10156780 or 1312101. OLE color: 1312101.

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

Color convert

RGB101520-
CMYK00.950.800.60
HSL350.62º90.57%20.78%-
HSV(B)350.62º95.05%39.61%-
XYZ5.552.930.93-
YUV35.41119.3174.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 80.16%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=80.16%
G=3.97%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10152000.950.800.60350.6290.5720.78
Hex6551405F503C15f5b15
Octal14552401371207453713325
Binary110010110110100010111111010000111100101011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650514; }

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

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

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

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

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

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

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

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